summaryrefslogtreecommitdiff
path: root/android/Makefile.am
diff options
context:
space:
mode:
authorRavi kumar Veeramally <ravikumar.veeramally@linux.intel.com>2014-10-02 15:25:17 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2014-10-02 16:09:52 +0300
commitee83025c5e7639d93e8332c3528d1f531c4024f0 (patch)
tree975d35ad1967f95f99741a778c9a97d388248c36 /android/Makefile.am
parent9164e6d2c553d843baa3773908280129766d8dc6 (diff)
downloadbluez-ee83025c5e7639d93e8332c3528d1f531c4024f0.tar.gz
mcaptest: Move it from android to tools
Diffstat (limited to 'android/Makefile.am')
-rw-r--r--android/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/android/Makefile.am b/android/Makefile.am
index 75802dd14..7ae2c7675 100644
--- a/android/Makefile.am
+++ b/android/Makefile.am
@@ -90,15 +90,6 @@ android_bluetooth_default_la_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/android
android_bluetooth_default_la_LDFLAGS = $(AM_LDFLAGS) -module -avoid-version \
-no-undefined
-noinst_PROGRAMS += android/mcaptest
-
-android_mcaptest_SOURCES = android/mcaptest.c \
- src/log.h src/log.c \
- btio/btio.h btio/btio.c \
- profiles/health/mcap.h profiles/health/mcap.c
-android_mcaptest_CFLAGS = $(AM_CFLAGS)
-android_mcaptest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@
-
noinst_PROGRAMS += android/avdtptest
android_avdtptest_SOURCES = android/avdtptest.c \