Debugger - Stage 3 (artf511247)
[deliverable/titan.core.git] / regression_test / XML / XMLqualif / Makefile
index 360c2b8b4d14dac90d73c0d09b028e17a56ecdf0..a0c69c23f31f45e42d6aba1a2aa1b0448ab568e6 100644 (file)
@@ -121,11 +121,11 @@ TARGET = POtest$(EXESUFFIX)
 # Do not modify these unless you know what you are doing...
 # Platform specific additional libraries:
 #
-SOLARIS_LIBS  = -lsocket -lnsl -lxml2 -lresolv
-SOLARIS8_LIBS = -lsocket -lnsl -lxml2 -lresolv
-LINUX_LIBS = -lxml2 -lpthread -lrt
-FREEBSD_LIBS = -lxml2 -liconv
-WIN32_LIBS = -lxml2 -liconv
+SOLARIS_LIBS  = -lsocket -lnsl -lxml2 -lresolv -lcurses
+SOLARIS8_LIBS = -lsocket -lnsl -lxml2 -lresolv -lcurses
+LINUX_LIBS = -lxml2 -lpthread -lrt -lncurses
+FREEBSD_LIBS = -lxml2 -liconv -lncurses
+WIN32_LIBS = -lxml2 -liconv -lncurses
 
 #
 # Rules for building the executable...
This page took 0.025981 seconds and 5 git commands to generate.