summaryrefslogtreecommitdiff
path: root/i/simulotron/src/socket/Makefile.am
blob: f4ff19b5603edb1570fad619150ca49f0472f53a (plain)
1
2
3
4
5
6
7
8
check_PROGRAMS = test_socket
test_socket_SOURCES = test_socket.cc \
		      socket.cc socket.hh \
		      address.cc address.hh \
		      ../utils/errno_exception.hh

AM_CXXFLAGS=-g -W -Wall -fmessage-length=0
INCLUDES= -I../../src