summaryrefslogtreecommitdiffstats
path: root/sdpd/Makefile.am
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 /sdpd/Makefile.am
parente794711dd5b55404f75fc793b5dfdd928b67e690 (diff)
Don't built the standalone SDP server
Diffstat (limited to 'sdpd/Makefile.am')
-rw-r--r--sdpd/Makefile.am21
1 files changed, 2 insertions, 19 deletions
diff --git a/sdpd/Makefile.am b/sdpd/Makefile.am
index a7efa56f..6ce2f85b 100644
--- a/sdpd/Makefile.am
+++ b/sdpd/Makefile.am
@@ -1,28 +1,11 @@
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 = libsdpserver.a \
- $(top_builddir)/common/libhelper.a \
- @GLIB_LIBS@ @BLUEZ_LIBS@
-endif
+libsdpserver_a_SOURCES = \
+ sdpd.h server.c cstate.c request.c service.c servicedb.c
AM_CFLAGS = @BLUEZ_CFLAGS@ @GLIB_CFLAGS@
INCLUDES = -I$(top_srcdir)/common
-if SDPD
-if MANPAGES
-man_MANS = sdpd.8
-endif
-endif
-
-EXTRA_DIST = sdpd.8
-
MAINTAINERCLEANFILES = Makefile.in