summaryrefslogtreecommitdiffstats
path: root/audio/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-03-09 22:32:47 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-03-09 22:32:47 +0000
commit850927098605ff169bcc0b576ebd7e0ace963595 (patch)
tree8fe4200e66d1f38df72e1249703f2699f54b8996 /audio/Makefile.am
parente7e20e6343bd6b8c9b3100e66a612900ab94caff (diff)
Add skeleton for manager interface
Diffstat (limited to 'audio/Makefile.am')
-rw-r--r--audio/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/Makefile.am b/audio/Makefile.am
index 5fbbcd21..63f338b7 100644
--- a/audio/Makefile.am
+++ b/audio/Makefile.am
@@ -4,7 +4,7 @@ servicedir = $(libdir)/bluetooth
noinst_PROGRAMS = bluetoothd-service-audio \
bluetoothd-service-headset
-bluetoothd_service_audio_SOURCES = main.c
+bluetoothd_service_audio_SOURCES = main.c manager.h manager.c
bluetoothd_service_audio_LDADD = $(top_builddir)/common/libhelper.a \
@SBC_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@