summaryrefslogtreecommitdiff
path: root/i/simulotron/src/socket/Makefile.incl.am
blob: 0cbe7bc38601149142c3d6d645979619d52582be (plain)
1
2
3
4
5
6
7
address_S = socket/address.cc socket/address.hh
socket_S = socket/socket.cc socket/socket.hh $(address_S) $(errno_exception_S)

check_PROGRAMS += test_socket
test_socket_SOURCES = socket/test_socket.cc $(socket_S)
test_socket_CXXFLAGS = -pthread -g -W -Wall
test_socket_LDADD = -lpthread