From 8becc9cd13865719346d029a263e9ad4143915c6 Mon Sep 17 00:00:00 2001 From: haller Date: Fri, 2 Dec 2005 00:40:03 +0000 Subject: Mise à jour du configure.ac Correction des flags et libs pour test_socket modification de socket (problèmes à résoudre) --- i/simulotron/src/socket/Makefile.incl.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'i/simulotron/src/socket/Makefile.incl.am') diff --git a/i/simulotron/src/socket/Makefile.incl.am b/i/simulotron/src/socket/Makefile.incl.am index a554b58..0cbe7bc 100644 --- a/i/simulotron/src/socket/Makefile.incl.am +++ b/i/simulotron/src/socket/Makefile.incl.am @@ -3,4 +3,5 @@ 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_LDFLAGS = -pthread +test_socket_CXXFLAGS = -pthread -g -W -Wall +test_socket_LDADD = -lpthread -- cgit v1.2.3