diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-04-28 14:53:01 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-04-28 14:53:01 +0000 |
commit | 7a2ad6681fd5892577fe7d9c80d13eca96e99541 (patch) | |
tree | 8c9336afb948bdf0807fe45746ead93db9964a6e /daemon | |
parent | 403066f6cd6f4df68f68178acc2db0926370e95c (diff) | |
download | bluez-7a2ad6681fd5892577fe7d9c80d13eca96e99541.tar.gz |
Make D-Bus a mandatory requirement
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index de94dc0f7..41875066d 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -1,11 +1,9 @@ -if DBUS noinst_PROGRAMS = bluetoothd bluetoothd_SOURCES = main.c bluetoothd_LDADD = @DBUS_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libtextfile.a -endif AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ |