Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Update Makefile.am
Browse files Browse the repository at this point in the history
If you want to build pulseaudio and it's BT modules using Makefile.am,

add locations of ldacBT.h ldacBT_abr.h to environment ${CFLAGS} (with prefix -I)
  • Loading branch information
EHfive committed Oct 11, 2018
1 parent 7cf392d commit db7e4c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2116,8 +2116,13 @@ module_bluetooth_discover_la_CFLAGS = $(AM_CFLAGS) -DPA_MODULE_NAME=module_bluet
# Bluetooth BlueZ 5 sink / source
libbluez5_util_la_SOURCES = \
modules/bluetooth/bluez5-util.c \
modules/bluetooth/a2dp/a2dp_util.c \
modules/bluetooth/a2dp/a2dp_sbc.c \
modules/bluetooth/a2dp/a2dp_ldac.c \
modules/bluetooth/bluez5-util.h \
modules/bluetooth/a2dp-codecs.h
modules/bluetooth/a2dp-codecs.h \
modules/bluetooth/a2dp-api.h \
if HAVE_BLUEZ_5_OFONO_HEADSET
libbluez5_util_la_SOURCES += \
modules/bluetooth/backend-ofono.c
Expand Down

0 comments on commit db7e4c0

Please sign in to comment.