summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-03-06 09:46:57 -0800
committerMarcel Holtmann <marcel@holtmann.org>2014-03-06 09:46:57 -0800
commitea05fb38b16d86b13b4bd5a31d3f628fd6ce4b77 (patch)
tree23ca7b9d1d174e320dfda1abf405d9a4bef95dd1 /Makefile.tools
parent9ed3273f29fe423b4380096bd6567029a0569872 (diff)
downloadbluez-ea05fb38b16d86b13b4bd5a31d3f628fd6ce4b77.tar.gz
build: Move gatt-service test utility into tools directory
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.tools b/Makefile.tools
index c589199a8..7ffdbc6e1 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -358,6 +358,11 @@ tools_obexctl_LDADD = gdbus/libgdbus-internal.la \
endif
if EXPERIMENTAL
+noinst_PROGRAMS += tools/gatt-service
+
+tools_gatt_service_SOURCES = tools/gatt-service.c
+tools_gatt_service_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ gdbus/libgdbus-internal.la
+
noinst_PROGRAMS += profiles/iap/iapd
profiles_iap_iapd_SOURCES = profiles/iap/main.c
@@ -393,8 +398,3 @@ test_scripts += test/sap_client.py test/bluezutils.py \
test/test-heartrate test/test-alert test/test-hfp \
test/test-cyclingspeed test/opp-client test/ftp-client \
test/pbap-client test/map-client
-
-noinst_PROGRAMS += test/gatt-service
-
-test_gatt_service_SOURCES = test/gatt-service.c
-test_gatt_service_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ gdbus/libgdbus-internal.la