diff options
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 de94dc0f..41875066 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@ |