Build System
[trust_router.git] / Makefile.am
diff --git a/Makefile.am b/Makefile.am
new file mode 100644 (file)
index 0000000..7a9474d
--- /dev/null
@@ -0,0 +1,11 @@
+bin_PROGRAMS= tr/tr
+AM_CPPFLAGS=-I$(srcdir)/include
+SUBDIRS = gsscon .
+
+tr_tr_SOURCES = tr/tr_main.c \
+tpq/tpqs.c \
+common/tr_config.c
+
+tr_tr_LDADD = gsscon/libgsscon.la
+
+