summaryrefslogtreecommitdiffstats
path: root/serial/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-04-23 17:12:00 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-04-23 17:12:00 +0000
commit6dc594dbea588a7285dff7eac35d1c0c3fca206d (patch)
tree8da2a3bae1a108d25f4047160d0d843dab6d2f98 /serial/Makefile.am
parent71889d8638c31b0274e0a279b7879cd96aef7a50 (diff)
Add skeleton for manager interface
Diffstat (limited to 'serial/Makefile.am')
-rw-r--r--serial/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/Makefile.am b/serial/Makefile.am
index 7cb86842..e8fd392c 100644
--- a/serial/Makefile.am
+++ b/serial/Makefile.am
@@ -1,7 +1,7 @@
noinst_PROGRAMS = bluetoothd-service-serial
-bluetoothd_service_serial_SOURCES = main.c
+bluetoothd_service_serial_SOURCES = main.c manager.h manager.c
LDADD = $(top_builddir)/common/libhelper.a \
@GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@