From e929f72c17c104ed4eb6c15bda8f5d2be58c8084 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 1 Aug 2007 19:37:08 +0000 Subject: Add files for A2DP specific code --- audio/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/Makefile.am') diff --git a/audio/Makefile.am b/audio/Makefile.am index 37acdf70..cc73f9be 100644 --- a/audio/Makefile.am +++ b/audio/Makefile.am @@ -13,7 +13,7 @@ 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 \ - sink.c sink.h avdtp.c avdtp.h + sink.c sink.h avdtp.c avdtp.h a2dp.c a2dp.h bluetoothd_service_audio_LDADD = $(top_builddir)/common/libhelper.a \ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@ -- cgit