summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-05-10 10:30:24 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-05-10 10:30:24 +0000
commit84a0c1a2fa19abcdb7afaa4ff597a31d67754442 (patch)
treee48a4b61c87e045a51ad86ecceb6129d820f7d65
parent07958fc3612225ceeffcbbcbae320a2bedcd774d (diff)
Don't install ALSA plugins without audio service
-rw-r--r--audio/Makefile.am2
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@