diff options
Diffstat (limited to 'audio/Makefile.am')
-rw-r--r-- | audio/Makefile.am | 2 |
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@ |