summaryrefslogtreecommitdiff
path: root/i/simulotron/src/gs/Makefile.incl.am
diff options
context:
space:
mode:
Diffstat (limited to 'i/simulotron/src/gs/Makefile.incl.am')
-rw-r--r--i/simulotron/src/gs/Makefile.incl.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/i/simulotron/src/gs/Makefile.incl.am b/i/simulotron/src/gs/Makefile.incl.am
new file mode 100644
index 0000000..e3f0026
--- /dev/null
+++ b/i/simulotron/src/gs/Makefile.incl.am
@@ -0,0 +1,11 @@
+gs_message_S = gs/gs_message.hh gs/gs_message.cc
+
+gs_transmitter_S = gs/gs_transmitter.hh gs/gs_transmitter.cc
+
+check_PROGRAMS += test_gs
+test_gs_SOURCES = gs/test_gs.cc $(gs_message_S) \
+ $(gs_transmitter_S) \
+ $(socket_S)
+
+test_gs_LDADD = -lpthread
+test_gs_CXXFLAGS = -W -Wall -g -pthread