summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-13 23:53:00 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-13 23:53:00 +0000
commit54b33571eb8833f86d17957ff5a3309512aab57b (patch)
treebc1987428bd7cc2c479a62f3dcef27c249079905 /hcid
parentf69ca2b89cb0e3913c7da700031c4290a20d2d01 (diff)
Make installation of hcid and sdpd conditional
Diffstat (limited to 'hcid')
-rw-r--r--hcid/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/hcid/Makefile.am b/hcid/Makefile.am
index dfa54bd9..2fde3c14 100644
--- a/hcid/Makefile.am
+++ b/hcid/Makefile.am
@@ -32,10 +32,9 @@ libhciserver_a_SOURCES = hcid.h security.c device.c \
dbus-sdp.c dbus-sdp.h dbus-rfcomm.c dbus-rfcomm.h \
dbus-test.c dbus-test.h
+if HCID
sbin_PROGRAMS = hcid
-noinst_PROGRAMS = passkey-agent service-agent auth-agent
-
hcid_SOURCES = main.c
hcid_LDADD = $(glib_ldadd) @DBUS_LIBS@ @BLUEZ_LIBS@ \
@@ -46,6 +45,9 @@ hcid_LDADD = $(glib_ldadd) @DBUS_LIBS@ @BLUEZ_LIBS@ \
if EXPAT
hcid_LDADD += -lexpat
endif
+endif
+
+noinst_PROGRAMS = passkey-agent service-agent auth-agent
passkey_agent_SOURCES = passkey-agent.c