summaryrefslogtreecommitdiff
path: root/i/simulotron/test/socket/Makefile.am
blob: f1c38929f1ee2815c541e7aa2ffb3bc41c699056 (plain)
1
2
3
4
5
6
7
check_PROGRAMS = testsocket
testsocket_SOURCES = testsocket.cc \
		       ../../src/socket/socket.cc ../../src/socket/socket.hh \
		       ../../src/socket/address.cc ../../src/socket/address.hh \
		       ../../src/utils/errno_exception.hh
AM_CXXFLAGS=-g -W -Wall -fmessage-length=0
INCLUDES= -I../../src