summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-12-28 22:30:31 +0100
committerMarcel Holtmann <marcel@holtmann.org>2014-12-28 22:30:31 +0100
commit2aec81f1fadf66773a8bf75632b817207469d8df (patch)
tree7cdfb65fb3e7761311755b69c5f1c3ccf68a4e51 /Makefile.tools
parentfb8d2433c35f5dbc7375515c7cf698a0e64813e3 (diff)
downloadbluez-2aec81f1fadf66773a8bf75632b817207469d8df.tar.gz
build: Move mcaptest to experimental tools and not installed tools
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools22
1 files changed, 11 insertions, 11 deletions
diff --git a/Makefile.tools b/Makefile.tools
index bc827fedf..fc80bc653 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -121,7 +121,7 @@ if TOOLS
bin_PROGRAMS += tools/hciattach tools/hciconfig tools/hcitool tools/hcidump \
tools/rfcomm tools/rctest tools/l2test tools/l2ping \
tools/sdptool tools/ciptool tools/bccmd \
- tools/bluemoon tools/mpris-proxy tools/mcaptest
+ tools/bluemoon tools/mpris-proxy
tools_hciattach_SOURCES = tools/hciattach.c tools/hciattach.h \
tools/hciattach_st.c \
@@ -191,12 +191,6 @@ tools_bluemoon_LDADD = src/libshared-mainloop.la
tools_mpris_proxy_SOURCES = tools/mpris-proxy.c
tools_mpris_proxy_LDADD = gdbus/libgdbus-internal.la @GLIB_LIBS@ @DBUS_LIBS@
-tools_mcaptest_SOURCES = tools/mcaptest.c \
- btio/btio.h btio/btio.c \
- src/log.c src/log.h \
- profiles/health/mcap.h profiles/health/mcap.c
-tools_mcaptest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@
-
dist_man_MANS += tools/hciattach.1 tools/hciconfig.1 \
tools/hcitool.1 tools/hcidump.1 \
tools/rfcomm.1 tools/rctest.1 tools/l2ping.1 \
@@ -225,10 +219,10 @@ noinst_PROGRAMS += tools/bdaddr tools/avinfo tools/avtest \
tools/scotest tools/amptest tools/hwdb \
tools/hcieventmask tools/hcisecfilter \
tools/btmgmt tools/btinfo tools/btattach \
- tools/btsnoop tools/btproxy tools/btiotest \
- tools/cltest tools/seq2bseq tools/hex2hcd \
- tools/ibeacon tools/btgatt-client \
- tools/btgatt-server
+ tools/btsnoop tools/btproxy \
+ tools/btiotest tools/mcaptest tools/cltest \
+ tools/seq2bseq tools/hex2hcd tools/ibeacon \
+ tools/btgatt-client tools/btgatt-server
tools_bdaddr_SOURCES = tools/bdaddr.c src/oui.h src/oui.c
tools_bdaddr_LDADD = lib/libbluetooth-internal.la @UDEV_LIBS@
@@ -263,6 +257,12 @@ tools_btproxy_LDADD = src/libshared-mainloop.la
tools_btiotest_SOURCES = tools/btiotest.c btio/btio.h btio/btio.c
tools_btiotest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@
+tools_mcaptest_SOURCES = tools/mcaptest.c \
+ btio/btio.h btio/btio.c \
+ src/log.c src/log.h \
+ profiles/health/mcap.h profiles/health/mcap.c
+tools_mcaptest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@
+
tools_cltest_SOURCES = tools/cltest.c
tools_cltest_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la