mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
build: Add a2dp-codecs.h to libbluetooth-util sources.
This commit is contained in:
parent
654444eda9
commit
a423ee0f3d
1 changed files with 4 additions and 1 deletions
|
|
@ -1960,7 +1960,10 @@ module_bluetooth_discover_la_LIBADD = $(MODULE_LIBADD) $(DBUS_LIBS) libbluetooth
|
||||||
module_bluetooth_discover_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
|
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_LDFLAGS = -avoid-version
|
||||||
libbluetooth_util_la_LIBADD = $(MODULE_LIBADD) $(DBUS_LIBS)
|
libbluetooth_util_la_LIBADD = $(MODULE_LIBADD) $(DBUS_LIBS)
|
||||||
libbluetooth_util_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
|
libbluetooth_util_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue