From f84b8516dfd7b6060eacc7d0ab28bb3831ea3dd7 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Wed, 22 Aug 2018 19:51:54 +0530 Subject: [PATCH] bluetooth: Re-add rtp.h to Makefile.am This was never explicitly added as a dependency of module-bluez5-device, but that was hidden by the fact that it was specified for bluez4. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index f62e7d5..2c08d56 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2117,7 +2117,8 @@ module_bluetooth_discover_la_CFLAGS = $(AM_CFLAGS) -DPA_MODULE_NAME=module_bluet 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/rtp.h if HAVE_BLUEZ_5_OFONO_HEADSET libbluez5_util_la_SOURCES += \ modules/bluetooth/backend-ofono.c -- 2.7.4