summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-19 03:06:18 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-19 03:06:18 +0000
commitd6f0c6dcc0a7e43176ffaaa56fd4804bbba402f5 (patch)
treeb9a2f6f2c9870d5cee0a218c1a86526b1f5d0fcc /daemon/Makefile.am
parent819e5e4a8b5b71d6ac676f3a869b8cf290192657 (diff)
Add skeleton for adapter framework
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r--daemon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 317c431f..2f13ade2 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -11,7 +11,7 @@ noinst_PROGRAMS = bluetoothd
bluetoothd_SOURCES = main.c system.h \
manager.h manager.c database.h database.c \
- service.h service.c
+ adapter.h adapter.c service.h service.c
bluetoothd_LDADD = $(glib_ldadd) @DBUS_LIBS@ @BLUEZ_LIBS@ \
$(top_builddir)/sdpd/libsdpserver.a \