From 54b33571eb8833f86d17957ff5a3309512aab57b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 13 Jan 2007 23:53:00 +0000 Subject: Make installation of hcid and sdpd conditional --- sdpd/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sdpd') 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) -- cgit