Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / logger / emergency_logging / Makefile
index a681439734db576c6ba58449dcd529156865ad22..32e8ef5ca5c47897873e44be29fb611f56c9dd59 100644 (file)
@@ -104,11 +104,11 @@ TARGET = EmergencyLogTest
 # Do not modify these unless you know what you are doing...
 # Platform specific additional libraries:
 #
-SOLARIS_LIBS = -lsocket -lnsl -lxml2
-SOLARIS8_LIBS = -lsocket -lnsl -lxml2
-LINUX_LIBS = -lxml2
-FREEBSD_LIBS = -lxml2
-WIN32_LIBS = -lxml2
+SOLARIS_LIBS += -lsocket -lnsl -lxml2
+SOLARIS8_LIBS += -lsocket -lnsl -lxml2
+LINUX_LIBS += -lxml2
+FREEBSD_LIBS += -lxml2
+WIN32_LIBS += -lxml2
 
 #
 # Rules for building the executable...
This page took 0.023465 seconds and 5 git commands to generate.