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