From 6eb1dc5328b10dc8bece447947f36b1504357a35 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 23 Jul 2007 15:43:32 +0000 Subject: Add first files for to start A2DP implementation --- audio/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/Makefile.am') 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@ -- cgit