From d71d1b8aac88cc66455016e38ebdc1f79c19f36b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 18 Jan 2007 23:15:12 +0000 Subject: Add skeleton for database interface --- daemon/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'daemon/Makefile.am') diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 0ab5e02d..4d1f59ea 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -9,7 +9,8 @@ endif noinst_PROGRAMS = bluetoothd -bluetoothd_SOURCES = main.c manager.h manager.c +bluetoothd_SOURCES = main.c system.h \ + manager.h manager.c database.h database.c bluetoothd_LDADD = $(glib_ldadd) @DBUS_LIBS@ @BLUEZ_LIBS@ \ $(top_builddir)/sdpd/libsdpserver.a \ -- cgit