summaryrefslogtreecommitdiffstats
path: root/sdpd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sdpd/Makefile.am')
-rw-r--r--sdpd/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/sdpd/Makefile.am b/sdpd/Makefile.am
new file mode 100644
index 00000000..6ce2f85b
--- /dev/null
+++ b/sdpd/Makefile.am
@@ -0,0 +1,11 @@
+
+noinst_LIBRARIES = libsdpserver.a
+
+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
+
+MAINTAINERCLEANFILES = Makefile.in