diff options
-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 80f62b28..c1bd4ba3 100644 --- a/audio/Makefile.am +++ b/audio/Makefile.am @@ -14,7 +14,6 @@ bluetoothd_service_audio_SOURCES = main.c manager.h manager.c headset.h headset. bluetoothd_service_audio_LDADD = $(top_builddir)/common/libhelper.a \ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@ -endif if ALSA alsadir = $(libdir)/alsa-lib @@ -29,6 +28,7 @@ libasound_module_ctl_bluetooth_la_SOURCES = ctl_bluetooth.c ipc.h libasound_module_ctl_bluetooth_la_LDFLAGS = -module -avoid-version -export-dynamic libasound_module_ctl_bluetooth_la_LIBADD = @ALSA_LIBS@ endif +endif AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @ALSA_CFLAGS@ @SBC_CFLAGS@ |