From: Tanu Kaskinen Date: Sat, 6 Oct 2012 11:43:07 +0000 (+0300) Subject: build: Add a2dp-codecs.h to libbluetooth-util sources. X-Git-Tag: v2.99.1~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a423ee0f3d36b98baff64cc31558632e738b402d;p=platform%2Fupstream%2Fpulseaudio.git build: Add a2dp-codecs.h to libbluetooth-util sources. --- diff --git a/src/Makefile.am b/src/Makefile.am index 84598b2..88054cb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1960,7 +1960,10 @@ module_bluetooth_discover_la_LIBADD = $(MODULE_LIBADD) $(DBUS_LIBS) libbluetooth module_bluetooth_discover_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS) -libbluetooth_util_la_SOURCES = modules/bluetooth/bluetooth-util.c modules/bluetooth/bluetooth-util.h +libbluetooth_util_la_SOURCES = \ + modules/bluetooth/a2dp-codecs.h \ + modules/bluetooth/bluetooth-util.c \ + modules/bluetooth/bluetooth-util.h libbluetooth_util_la_LDFLAGS = -avoid-version libbluetooth_util_la_LIBADD = $(MODULE_LIBADD) $(DBUS_LIBS) libbluetooth_util_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)