summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-19 02:21:55 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-19 02:21:55 +0000
commita6dcaafcc9ac9d791991fff9964bc3e48e6b9a8a (patch)
tree09371601e0d2e266d523f16dbf64ca962d18ae50 /daemon/Makefile.am
parent32443320a01544f9a26d09b47cbaee7ca5f30ede (diff)
Add skeleton for service framework
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r--daemon/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 4d1f59ea..317c431f 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -10,7 +10,8 @@ endif
noinst_PROGRAMS = bluetoothd
bluetoothd_SOURCES = main.c system.h \
- manager.h manager.c database.h database.c
+ manager.h manager.c database.h database.c \
+ service.h service.c
bluetoothd_LDADD = $(glib_ldadd) @DBUS_LIBS@ @BLUEZ_LIBS@ \
$(top_builddir)/sdpd/libsdpserver.a \