summaryrefslogtreecommitdiff
path: root/i/simulotron/test/socket
diff options
context:
space:
mode:
Diffstat (limited to 'i/simulotron/test/socket')
-rw-r--r--i/simulotron/test/socket/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/i/simulotron/test/socket/Makefile.am b/i/simulotron/test/socket/Makefile.am
index 344d20c..f1c3892 100644
--- a/i/simulotron/test/socket/Makefile.am
+++ b/i/simulotron/test/socket/Makefile.am
@@ -1,5 +1,7 @@
check_PROGRAMS = testsocket
testsocket_SOURCES = testsocket.cc \
- ../../src/date/diffdate.cc ../../src/date/diffdate.hh
+ ../../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