From 9b43a07b4708823405a491cc0e48051bebd83e72 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 24 Nov 2015 20:22:37 -0500 Subject: [PATCH] configurationTest now uses htons, needs winsock dll --- testApp/utils/Makefile | 1 + 1 file changed, 1 insertion(+) 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