Build System
[trust_router.git] / gsscon / Makefile.am
diff --git a/gsscon/Makefile.am b/gsscon/Makefile.am
new file mode 100644 (file)
index 0000000..f39b06e
--- /dev/null
@@ -0,0 +1,11 @@
+AM_CPPFLAGS=-I$(top_srcdir)/include
+
+noinst_LTLIBRARIES = libgsscon.la
+noinst_PROGRAMS=test/gsscon_client test/gsscon_server
+libgsscon_la_SOURCES = gsscon_active.c gsscon_common.c gsscon_passive.c
+
+test_gsscon_client_LDADD = libgsscon.la
+test_gsscon_client_SOURCES = test/gsscon_client.c
+
+test_gsscon_server_LDADD = libgsscon.la
+test_gsscon_server_SOURCES = test/gsscon_server.c