From e3f0f970d9d2bbc0587a89b50acf88d757c12a07 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 18 Jan 2007 00:17:10 +0000 Subject: Add skeleton for manager interface --- daemon/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'daemon/Makefile.am') diff --git a/daemon/Makefile.am b/daemon/Makefile.am index be4b738f..0ab5e02d 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -9,10 +9,9 @@ endif noinst_PROGRAMS = bluetoothd -bluetoothd_SOURCES = main.c +bluetoothd_SOURCES = main.c manager.h manager.c bluetoothd_LDADD = $(glib_ldadd) @DBUS_LIBS@ @BLUEZ_LIBS@ \ - $(top_builddir)/hcid/libhciserver.a \ $(top_builddir)/sdpd/libsdpserver.a \ $(top_builddir)/common/libhelper.a -- cgit