bluetooth: Implement org.bluez.MediaEndpoint1.SelectConfiguration()

This commit is contained in:
João Paulo Rechi Vita 2013-09-24 19:45:25 -03:00 committed by Tanu Kaskinen
parent 449d6cb1e2
commit 2594909338
2 changed files with 166 additions and 3 deletions

View file

@ -2051,7 +2051,8 @@ module_bluez4_device_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS) $(SBC_CFLAGS)
# Bluetooth BlueZ 5 sink / source
libbluez5_util_la_SOURCES = \
modules/bluetooth/bluez5-util.c \
modules/bluetooth/bluez5-util.h
modules/bluetooth/bluez5-util.h \
modules/bluetooth/a2dp-codecs.h
libbluez5_util_la_LDFLAGS = -avoid-version
libbluez5_util_la_LIBADD = $(MODULE_LIBADD) $(DBUS_LIBS)
libbluez5_util_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)