summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 333c16e17..7556dde76 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -181,6 +181,13 @@ tools_obex_server_tool_SOURCES = $(gobex_sources) $(btio_sources) \
tools_obex_server_tool_LDADD = lib/libbluetooth-private.la @GLIB_LIBS@
endif
+if EXPERIMENTAL
+noinst_PROGRAMS += profiles/iap/iapd
+
+profiles_iap_iapd_SOURCES = $(gdbus_sources) profiles/iap/main.c
+profiles_iap_iapd_LDADD = @GLIB_LIBS@ @DBUS_LIBS@
+endif
+
if CUPS
cupsdir = $(libdir)/cups/backend