summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-04-01 20:10:39 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-04-01 20:10:39 +0000
commit797ca808e5cd54f173754c979bbfd110ea79cd9d (patch)
treeed63069243f9a62887a59413d4da63ca6e19720b /hcid
parente794711dd5b55404f75fc793b5dfdd928b67e690 (diff)
Don't built the standalone SDP server
Diffstat (limited to 'hcid')
-rw-r--r--hcid/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/hcid/Makefile.am b/hcid/Makefile.am
index c2f2d5cb..6dcecc6f 100644
--- a/hcid/Makefile.am
+++ b/hcid/Makefile.am
@@ -1,5 +1,4 @@
-if HCID
if CONFIGFILES
confdir = $(sysconfdir)/bluetooth
@@ -9,7 +8,6 @@ statedir = $(localstatedir)/lib/bluetooth
state_DATA =
endif
-endif
noinst_LIBRARIES = libhciserver.a
@@ -23,7 +21,6 @@ libhciserver_a_SOURCES = hcid.h security.c storage.c \
dbus-hci.h dbus-hci.c dbus-sdp.c dbus-sdp.h \
telephony.h telephony.c agent.h agent.c
-if HCID
sbin_PROGRAMS = hcid
hcid_SOURCES = main.c
@@ -32,7 +29,6 @@ hcid_LDADD = libhciserver.a \
$(top_builddir)/sdpd/libsdpserver.a \
$(top_builddir)/common/libhelper.a \
@GMODULE_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@
-endif
if MAINTAINER_MODE
plugindir = $(abs_top_srcdir)/plugins
@@ -47,11 +43,9 @@ INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/sdpd
BUILT_SOURCES = parser.h
-if HCID
if MANPAGES
man_MANS = hcid.8 hcid.conf.5
endif
-endif
AM_YFLAGS = -d