From 7a2ad6681fd5892577fe7d9c80d13eca96e99541 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 28 Apr 2006 14:53:01 +0000 Subject: Make D-Bus a mandatory requirement --- daemon/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'daemon') 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@ -- cgit