summaryrefslogtreecommitdiff
path: root/i/simulotron/src/socket/Makefile.incl.am
diff options
context:
space:
mode:
Diffstat (limited to 'i/simulotron/src/socket/Makefile.incl.am')
-rw-r--r--i/simulotron/src/socket/Makefile.incl.am3
1 files changed, 2 insertions, 1 deletions
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