Skip to content

Commit

Permalink
sfos: build: Build native call control.
Browse files Browse the repository at this point in the history
  • Loading branch information
jusa committed Mar 22, 2019
1 parent 38144e7 commit 66bc29f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Makefile.am
Expand Up @@ -2297,6 +2297,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 66bc29f

Please sign in to comment.