summaryrefslogtreecommitdiff
path: root/Makefile.plugins
diff options
context:
space:
mode:
authorRavi kumar Veeramally <ravikumar.veeramally@linux.intel.com>2014-10-01 16:45:34 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2014-10-02 14:24:28 +0300
commitc2a70e6b9d0c2257a3ae579d62faa1d60e4962bd (patch)
treeb56126ee8caa66813af2b847a174d2e86f141608 /Makefile.plugins
parent88adaba587bc53c795a2bebab95058f804412ab4 (diff)
downloadbluez-c2a70e6b9d0c2257a3ae579d62faa1d60e4962bd.tar.gz
mcap: Unify libmcap usage for Android and non-Android versions
Now profiles/health/ , android/health and mcaptest will use profiles/health/mcap-lib.
Diffstat (limited to 'Makefile.plugins')
-rw-r--r--Makefile.plugins4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.plugins b/Makefile.plugins
index e615450db..7fd0e50d1 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -64,9 +64,7 @@ builtin_sources += profiles/input/hog.c profiles/input/uhid_copy.h \
if EXPERIMENTAL
builtin_modules += health
-builtin_sources += profiles/health/mcap_lib.h profiles/health/mcap_internal.h \
- profiles/health/mcap.h profiles/health/mcap.c \
- profiles/health/mcap_sync.c \
+builtin_sources += profiles/health/mcap-lib.h profiles/health/mcap-lib.c \
profiles/health/hdp_main.c profiles/health/hdp_types.h \
profiles/health/hdp_manager.h \
profiles/health/hdp_manager.c \