diff --git a/testApp/utils/Makefile b/testApp/utils/Makefile index a775946..b4232f0 100644 --- a/testApp/utils/Makefile +++ b/testApp/utils/Makefile @@ -46,5 +46,6 @@ TESTSCRIPTS_HOST += $(TESTS:%=%.t) TESTPROD_HOST += configurationTest configurationTest_SRCS += configurationTest.cpp +configurationTest_SYS_LIBS_WIN32 += ws2_32 #testHarness_SRCS += configurationTest.cpp TESTS += configurationTest