bluetooth: Create NULL backend

This commit is contained in:
João Paulo Rechi Vita 2014-08-22 11:07:14 +03:00 committed by Tanu Kaskinen
parent 2198048e5d
commit dca5d07937
5 changed files with 64 additions and 1 deletions

View file

@ -2099,7 +2099,8 @@ module_bluez4_device_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS) $(SBC_CFLAGS)
libbluez5_util_la_SOURCES = \
modules/bluetooth/bluez5-util.c \
modules/bluetooth/bluez5-util.h \
modules/bluetooth/a2dp-codecs.h
modules/bluetooth/a2dp-codecs.h \
modules/bluetooth/backend-@BLUETOOTH_HEADSET_BACKEND@.c
libbluez5_util_la_LDFLAGS = -avoid-version
libbluez5_util_la_LIBADD = $(MODULE_LIBADD) $(DBUS_LIBS)
libbluez5_util_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)