summaryrefslogtreecommitdiff
path: root/i/simulotron/src/socket/Makefile.incl.am
diff options
context:
space:
mode:
authorhaller2005-12-03 17:21:26 +0000
committerhaller2005-12-03 17:21:26 +0000
commit6e48eaad66126f83480729a38dca1897f2066c11 (patch)
treef1b57ae0d85fc45a22b4fcf1aaad17a3f8eb5113 /i/simulotron/src/socket/Makefile.incl.am
parent8becc9cd13865719346d029a263e9ad4143915c6 (diff)
* Ajout de autoheader dans le autogen
* Splittage de Socket
Diffstat (limited to 'i/simulotron/src/socket/Makefile.incl.am')
-rw-r--r--i/simulotron/src/socket/Makefile.incl.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/i/simulotron/src/socket/Makefile.incl.am b/i/simulotron/src/socket/Makefile.incl.am
index 0cbe7bc..cc27283 100644
--- a/i/simulotron/src/socket/Makefile.incl.am
+++ b/i/simulotron/src/socket/Makefile.incl.am
@@ -1,5 +1,7 @@
address_S = socket/address.cc socket/address.hh
-socket_S = socket/socket.cc socket/socket.hh $(address_S) $(errno_exception_S)
+socket_S = socket/socket_server.cc socket/socket_server.hh \
+ socket/socket_client.cc socket/socket_client.hh \
+ $(address_S) $(errno_exception_S)
check_PROGRAMS += test_socket
test_socket_SOURCES = socket/test_socket.cc $(socket_S)