From dd3c96dede6439ee5dec9e3b22bce9cf7b53d2ff Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Thu, 26 Feb 2009 00:54:37 +0000 Subject: Fix a very strange 'file not found' error in module-alsa-card. This fixes a regression introduced by commit c341010304064c9a6ae13fab15c7fa7883acaeeb --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 1fc87353..9f9cf4ce 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1315,7 +1315,7 @@ endif if HAVE_DBUS libalsa_util_la_SOURCES += modules/reserve.h modules/reserve.c modules/reserve-wrap.c modules/reserve-wrap.h -libalsa_util_la_LIBADD += $(DBUS_LIBS) +libalsa_util_la_LIBADD += $(DBUS_LIBS) libdbus-util.la libalsa_util_la_CFLAGS += $(DBUS_CFLAGS) endif -- cgit From 07f98425baa93549d58df42e42dc6f242e4b050b Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Thu, 26 Feb 2009 09:02:15 +0000 Subject: bluetooth: Fix under linked module-bluetooth-device --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 9f9cf4ce..f5a1febe 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1532,7 +1532,7 @@ libbluetooth_util_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS) module_bluetooth_device_la_SOURCES = modules/bluetooth/module-bluetooth-device.c modules/bluetooth/rtp.h module_bluetooth_device_la_LDFLAGS = $(MODULE_LDFLAGS) -module_bluetooth_device_la_LIBADD = $(AM_LIBADD) $(DBUS_LIBS) libpulsecore-@PA_MAJORMINORMICRO@.la libdbus-util.la libbluetooth-ipc.la libbluetooth-sbc.la libpulsecommon-@PA_MAJORMINORMICRO@.la libpulse.la +module_bluetooth_device_la_LIBADD = $(AM_LIBADD) $(DBUS_LIBS) libpulsecore-@PA_MAJORMINORMICRO@.la libdbus-util.la libbluetooth-util.la libbluetooth-ipc.la libbluetooth-sbc.la libpulsecommon-@PA_MAJORMINORMICRO@.la libpulse.la module_bluetooth_device_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS) # Apple Airtunes/RAOP -- cgit