summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-27 23:57:04 -0800
committerMarcel Holtmann <marcel@holtmann.org>2012-12-27 23:57:04 -0800
commit8fa10450c89a6a9c53599cedf9553079738eee9b (patch)
treeb626f1fb61c51e0d48a0aba2ccf542dc93a49cb4 /Makefile.tools
parent54fa756e52fc2140b804b1a347ccacddc01e2d71 (diff)
downloadbluez-8fa10450c89a6a9c53599cedf9553079738eee9b.tar.gz
profiles: Add experimental daemon for Apple's Wireless iAP
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