summaryrefslogtreecommitdiff
path: root/i/simulotron/src/gs/Makefile.incl.am
blob: 503e676d2f23b82eeda780a9e6a16efc0cc60ce8 (plain)
1
2
3
4
5
6
7
8
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)