Diff between 9ed3273f29fe423b4380096bd6567029a0569872 and ea05fb38b16d86b13b4bd5a31d3f628fd6ce4b77

Changed Files

File Additions Deletions Status
.gitignore +1 -1 modified
Makefile.tools +5 -5 modified
tools/gatt-service.c +0 -0 renamed

Full Patch

diff --git a/.gitignore b/.gitignore
index f323080..7a2af5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,11 +72,11 @@ tools/btproxy
 tools/btinfo
 tools/3dsp
 tools/obexctl
+tools/gatt-service
 test/sap_client.pyc
 test/bluezutils.pyc
 unit/test-ringbuf
 unit/test-queue
-test/gatt-service
 unit/test-eir
 unit/test-uuid
 unit/test-crc
diff --git a/Makefile.tools b/Makefile.tools
index c589199..7ffdbc6 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
diff --git a/test/gatt-service.c b/tools/gatt-service.c
similarity index 100%
rename from test/gatt-service.c
rename to tools/gatt-service.c