libCom/test: errlog test needs -lsocket on Solaris

This commit is contained in:
Andrew Johnson
2011-09-07 10:05:42 -05:00
parent 189dfc6188
commit 8e028f0f3d

View File

@@ -39,6 +39,7 @@ TESTS += epicsEllTest
TESTPROD_HOST += epicsErrlogTest
epicsErrlogTest_SRCS += epicsErrlogTest.c
epicsErrlogTest_SYS_LIBS_solaris = socket
epicsErrlogTest_SYS_LIBS_WIN32 = ws2_32 user32
testHarness_SRCS += epicsErrlogTest.c
TESTS += epicsErrlogTest