diff --git a/.gitignore b/.gitignore
index f323080..7a2af5a 100644
--- a/.gitignore
+++ b/.gitignore
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
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
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