summaryrefslogtreecommitdiffstats
path: root/audio/Makefile.am
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-07-23 15:43:32 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-07-23 15:43:32 +0000
commit6eb1dc5328b10dc8bece447947f36b1504357a35 (patch)
treea598bd9afa53970bb08579acdc88ad457daf7b08 /audio/Makefile.am
parentc5acbd150f5addb50a8c16df7afed6aaddc283ee (diff)
Add first files for to start A2DP implementation
Diffstat (limited to 'audio/Makefile.am')
-rw-r--r--audio/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile.am b/audio/Makefile.am
index 84242544..37acdf70 100644
--- a/audio/Makefile.am
+++ b/audio/Makefile.am
@@ -12,7 +12,8 @@ service_PROGRAMS = bluetoothd-service-audio
bluetoothd_service_audio_SOURCES = main.c \
manager.h manager.c headset.h headset.c ipc.h unix.h unix.c \
- error.h error.c device.h device.c gateway.h gateway.c
+ error.h error.c device.h device.c gateway.h gateway.c \
+ sink.c sink.h avdtp.c avdtp.h
bluetoothd_service_audio_LDADD = $(top_builddir)/common/libhelper.a \
@GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@