summaryrefslogtreecommitdiffstats
path: root/sdpd
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 /sdpd
parentf69ca2b89cb0e3913c7da700031c4290a20d2d01 (diff)
Make installation of hcid and sdpd conditional
Diffstat (limited to 'sdpd')
-rw-r--r--sdpd/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/sdpd/Makefile.am b/sdpd/Makefile.am
index f1f01ecb..0a425f74 100644
--- a/sdpd/Makefile.am
+++ b/sdpd/Makefile.am
@@ -11,11 +11,13 @@ noinst_LIBRARIES = libsdpserver.a
libsdpserver_a_SOURCES = sdpd.h server.c cstate.c request.c service.c servicedb.c
+if SDPD
sbin_PROGRAMS = sdpd
sdpd_SOURCES = main.c
sdpd_LDADD = $(glib_ldadd) @BLUEZ_LIBS@ libsdpserver.a $(top_builddir)/common/libhelper.a
+endif
AM_CFLAGS = @BLUEZ_CFLAGS@ $(glib_cflags)