SLP Server

This contains the entry point for the SLP
and starts the SLP Server.

Change-Id: I5976c8168a1af2703143c9bead61583197949115
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
diff --git a/Makefile.am b/Makefile.am
new file mode 100755
index 0000000..1b1e804
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,12 @@
+sbin_PROGRAMS = \
+	slpd
+
+slpd_SOURCES = \
+	main.cpp \
+	sock_channel.cpp \
+	slp_server.cpp \
+	slp_parser.cpp \
+	slp.cpp \
+	slp_message_handler.cpp
+
+slpd_LDFLAGS = $(SYSTEMD_LIBS)