Skip to content

Commit

Permalink
sfos: build: Build native call control.
Browse files Browse the repository at this point in the history
Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  • Loading branch information
jusa committed Feb 24, 2021
1 parent 49d1e2e commit a571f94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Makefile.am
Expand Up @@ -2323,6 +2323,12 @@ libbluez5_util_la_SOURCES += \
modules/bluetooth/droid-volume.c \
modules/bluetooth/droid-volume.h

if HAVE_BLUEZ_5_NATIVE_HEADSET
libbluez5_util_la_SOURCES += \
modules/bluetooth/native-call-control.c \
modules/bluetooth/native-call-control.h
endif

libbluez5_util_la_LDFLAGS = -avoid-version
libbluez5_util_la_LIBADD = $(MODULE_LIBADD) $(DBUS_LIBS)
libbluez5_util_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
Expand Down

0 comments on commit a571f94

Please sign in to comment.