Fixing solaris bustage.

git-svn-id: svn://10.0.0.236/trunk@37404 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1999-06-29 11:10:48 +00:00
parent 8de966fc93
commit 85b027f229

View File

@@ -34,7 +34,29 @@ include $(topsrcdir)/config/config.mk
SIMPLE_PROGRAMS = $(addprefix $(OBJDIR)/, $(CPPSRCS:.cpp=))
LIBS = \
ifndef NECKO
LIBS = \
-lpwcac \
-lfileurl \
-lftpurl \
-lgophurl \
-lremoturl \
-lnetcnvts \
-labouturl \
-lhttpurl \
-lmimetype \
-lnetcache \
-lnetlib \
-lnetwork \
-lsockstuburl \
$(NULL)
else
LIBS = \
-lneckoutil_s \
$(NULL)
endif
LIBS += \
-limg \
$(PNG_LIBS) \
$(JPEG_LIBS) \
@@ -57,27 +79,6 @@ LIBS = \
$(NSPR_LIBS) \
$(NULL)
ifndef NECKO
LIBS += \
-lpwcac \
-lfileurl \
-lftpurl \
-lgophurl \
-lremoturl \
-lnetcnvts \
-labouturl \
-lhttpurl \
-lmimetype \
-lnetcache \
-lnetlib \
-lnetwork \
-lsockstuburl \
$(NULL)
else
LIBS += \
-lneckoutil_s \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk