diff options
author | Tanu Kaskinen <tanuk@iki.fi> | 2012-10-06 14:43:07 +0300 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-10-29 15:03:55 +0530 |
commit | a423ee0f3d36b98baff64cc31558632e738b402d (patch) | |
tree | 2f00a632c9b9f331821a4683f091ea65a5430d07 | |
parent | 654444eda9e57cd8a9326f6ad0e6aeb354e9b83d (diff) |
build: Add a2dp-codecs.h to libbluetooth-util sources.
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 84598b22f..88054cb4f 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) |