summaryrefslogtreecommitdiff
path: root/i/simulotron/test/socket/Makefile.am
diff options
context:
space:
mode:
authorhaller2005-11-28 00:55:32 +0000
committerhaller2005-11-28 00:55:32 +0000
commit87e2e08ed7b47f30e458736dbfbb1ede75349d40 (patch)
tree815b83d568df9f1c6f437ae2f407e8349a7b5dae /i/simulotron/test/socket/Makefile.am
parent349a66d2b2f8e725df8634f9d2947319245fb291 (diff)
Deux trois modif sur l'A/A
Bidouillage des socket, ca compile mais c'est tout
Diffstat (limited to 'i/simulotron/test/socket/Makefile.am')
-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