summaryrefslogtreecommitdiff
path: root/i/simulotron/src/hub/Makefile.incl.am
diff options
context:
space:
mode:
Diffstat (limited to 'i/simulotron/src/hub/Makefile.incl.am')
-rw-r--r--i/simulotron/src/hub/Makefile.incl.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/i/simulotron/src/hub/Makefile.incl.am b/i/simulotron/src/hub/Makefile.incl.am
new file mode 100644
index 0000000..6100bc4
--- /dev/null
+++ b/i/simulotron/src/hub/Makefile.incl.am
@@ -0,0 +1,10 @@
+hub_S = hub/hub.cc hub/hub.hh hub/comh.cc hub/comh.hh
+
+check_PROGRAMS += test_hub
+test_hub_SOURCES = hub/test_hub.cc \
+ $(hub_S) \
+ $(comc_S) \
+ $(gs_message_S) \
+ $(socket_S) \
+ $(aiguillage_S) \
+ $(gs_transmitter_S)