Was breaking with necko. Thanks to Andreas for pointing it out.

This commit is contained in:
ramiro%netscape.com 1999-07-17 23:46:02 +00:00
parent f26f7f5fa2
commit d6078ab014

View File

@ -44,22 +44,9 @@ LIBS := \
-ltimer_s \
-lraptorhtmlpars \
-lraptorview \
-labouturl \
-lfileurl \
-lftpurl \
-lgophurl \
-lhttpurl \
-limg \
-l$(MOZ_LIB_JS_PREFIX)js \
$(JSJ_LIB) \
-lmimetype \
-lnetcache \
-lnetcnvts \
-lnetlib \
-lsockstuburl \
-lnetwork \
-lpwcac \
-lremoturl \
-lsecfree \
-l$(MOZ_LIB_UTIL_PREFIX)util \
-lxpcom \
@ -71,6 +58,28 @@ LIBS := \
$(NSPR_LIBS) \
$(NULL)
ifndef NECKO
LIBS += \
-lremoturl \
-lmimetype \
-labouturl \
-lfileurl \
-lftpurl \
-lgophurl \
-lhttpurl \
-lnetcache \
-lnetcnvts \
-lnetlib \
-lsockstuburl \
-lnetwork \
-lpwcac \
$(NULL)
else
LIBS += \
-lneckoutil_s \
$(NULL)
endif
CXXFLAGS += $(MOZ_TOOLKIT_REGISTRY_CFLAGS)
include $(topsrcdir)/config/rules.mk