Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / logger / emergency_logging / Makefile
index dae38e7ff1c035e42d592f7367048dd6a48f9834..32e8ef5ca5c47897873e44be29fb611f56c9dd59 100644 (file)
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000-2014 Ericsson Telecom AB
+# Copyright (c) 2000-2015 Ericsson Telecom AB
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
@@ -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.02382 seconds and 5 git commands to generate.