From 84a0c1a2fa19abcdb7afaa4ff597a31d67754442 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 10 May 2007 10:30:24 +0000 Subject: Don't install ALSA plugins without audio service --- audio/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- cgit