summaryrefslogtreecommitdiff
path: root/i/simulotron/src/Makefile.am
blob: 7302a68a8ae28d9eb2019d2fcc5bf5b46d8a3ea2 (plain)
1
2
3
4
5
6
7
8
9
bin_PROGRAMS 	   = simulotron
simulotron_SOURCES = main.cc \
	      	     socket/socket.cc socket/socket.hh \
		     socket/address.cc socket/address.hh \
		     utils/errno_exception.hh

simulotron_CXXFLAGS = -g -Wall -fmessage-length=0
simulotron_LDADD =
INCLUDES = -I../../src