diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-18 00:17:10 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-18 00:17:10 +0000 |
commit | e3f0f970d9d2bbc0587a89b50acf88d757c12a07 (patch) | |
tree | 72e49f09f99033c8aba06b2879243418070ff9cd /daemon/Makefile.am | |
parent | 461b066346015907451b9eb693a293a92b1ed06e (diff) |
Add skeleton for manager interface
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r-- | daemon/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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 |