summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Update library versionMarcel Holtmann2010-04-291-1/+1
|
* Introduce maemo6 telephony driverLuiz Augusto Von Dentz2010-04-061-2/+4
| | | | Copy from maemo5 driver to accomodate API changes done in maemo6.
* Rename maemo telephony driver to maemo5Luiz Augusto Von Dentz2010-03-241-2/+2
|
* Update library versionMarcel Holtmann2010-03-071-1/+1
|
* Fix DSO linkingBastien Nocera2010-02-151-1/+1
| | | | | | | | | Explicitely link against libm, to avoid linking problems: CCLD sbc/sbctester /usr/bin/ld: sbc/sbctester.o: undefined reference to symbol 'sqrt@@GLIBC_2.2.5' /usr/bin/ld: note: 'sqrt@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line /lib64/libm.so.6: could not read symbols: Invalid operation
* Add initial skeleton for Phonet AT (DUN) pluginJohan Hedberg2010-02-021-0/+5
|
* Disable udev rules during make distcheckMarcel Holtmann2009-12-241-1/+1
|
* Update library versionMarcel Holtmann2009-12-241-1/+1
|
* Include info(), error() and debug() as exported symbolsMarcel Holtmann2009-11-091-0/+3
| | | | This is needed until everything has a proper btd_ symbol prefix.
* Update library versionMarcel Holtmann2009-10-101-1/+1
|
* Update library versionMarcel Holtmann2009-10-041-1/+1
|
* Add CFLAGS from capabilities libraryMarcel Holtmann2009-10-021-1/+1
|
* Drop Posix CapabilitiesSteve Grubb2009-10-021-1/+2
| | | | | | | | | The following patch against the 4.54 codebase drops posix capabilities after startup so that the bluetooth daemon is less of a threat to the system should there be any way to compromise it. The retained capabilities was compared to selinux policy to make sure that its roughly the same. It uses the libcap-ng library which allows patches for dropping capabilities to be much smaller.
* Fix parallel buildAdam Gołębiowski2009-09-221-1/+1
| | | | | Since src/bluetoothd needs libbluetooth, add it to its dependencies. Parallel build tested with make -j16.
* Update library versionMarcel Holtmann2009-09-031-1/+1
|
* Restrict exported symbols of Bluetooth daemonMarcel Holtmann2009-08-281-2/+13
|
* Use a fake build target for the telephony driversMarcel Holtmann2009-08-281-0/+5
|
* Move ALSA and GStreamer rules into main MakefileMarcel Holtmann2009-08-281-1/+52
|
* Move common files into src directoryMarcel Holtmann2009-08-281-8/+5
|
* All manual pages need a special EXTRA_DIST statementMarcel Holtmann2009-08-241-8/+1
|
* Use simpler way of creating include directoryMarcel Holtmann2009-08-241-1/+1
|
* Fix issue with the configuration and state directoriesMarcel Holtmann2009-08-241-1/+12
|
* Fix issue with creating include directoryMarcel Holtmann2009-08-241-1/+1
|
* Use proper command variablesMarcel Holtmann2009-08-241-1/+1
|
* Fix issue with missing manual pages in distributionMarcel Holtmann2009-08-241-1/+8
|
* Fix dependencies of include file generationMarcel Holtmann2009-08-241-0/+2
|
* Add missing configuration files to distributionMarcel Holtmann2009-08-231-1/+3
|
* Switch to a full non-recursive build systemMarcel Holtmann2009-08-231-5/+261
|
* Prepare for better subdirectory automake supportMarcel Holtmann2009-08-161-0/+2
|
* Remove really outdated M4 fileMarcel Holtmann2009-08-101-2/+0
|
* Make all major plugins builtin to simplify debuggingMarcel Holtmann2009-08-091-3/+3
|
* Build the builtin plugins along with the daemonMarcel Holtmann2009-08-091-4/+2
|
* Generate bluetooth.rules with the correct prefixMarcel Holtmann2009-07-061-0/+3
|
* Add generated compile script to .gitignoreMarcel Holtmann2009-05-211-1/+1
|
* Add support for builtin pluginsMarcel Holtmann2009-05-031-3/+3
|
* Add directory for client applicationMarcel Holtmann2008-12-291-1/+1
|
* Don't install bluez.m4 anymoreMarcel Holtmann2008-09-011-5/+1
|
* Process doc directory lastMarcel Holtmann2008-08-141-3/+3
|
* Move hidd pand and dund into compat directoryMarcel Holtmann2008-08-041-5/+3
|
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-1/+1
|
* Integrate sdpd natively into hcid without any library tricksMarcel Holtmann2008-07-291-1/+1
|
* Remove eglib.Luiz Augusto von Dentz2008-07-281-1/+1
|
* Import bluez-utils-3.36 revision historyMarcel Holtmann2008-07-261-2/+7
|\
| * Remove print directoryMarcel Holtmann2008-06-031-1/+1
| |
| * Remove the empty daemon directoryMarcel Holtmann2008-06-031-1/+1
| |
| * Add directory for libgdbus libraryMarcel Holtmann2008-05-081-1/+1
| |
| * Remove sync service skeleton since it is uselessMarcel Holtmann2008-03-121-1/+1
| |
| * Remove the transfer service skeleton since it is uselessMarcel Holtmann2008-03-121-1/+1
| |
| * Add directory for pluginsMarcel Holtmann2008-03-111-1/+1
| |
| * Add directory for documentationMarcel Holtmann2008-03-061-1/+1
| |