diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-02-27 01:18:04 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-02-27 01:18:04 +0100 |
commit | 116b38c972942ccbbb8dae5dc0181da98096a0ce (patch) | |
tree | 5a2b50437a7dfa36bb4c1f73368fab8cb92b1fba /src | |
parent | 798e39a5b686da5b5f0b0335cb21fc14c715f9e4 (diff) | |
parent | 07f98425baa93549d58df42e42dc6f242e4b050b (diff) |
Merge commit 'coling/master'
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1fc87353..f5a1febe 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 @@ -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 |