This commit is contained in:
gagan%netscape.com 1999-07-01 03:00:06 +00:00
Родитель 22d62bc79c
Коммит 00b5efdc65
1 изменённых файлов: 3 добавлений и 21 удалений

Просмотреть файл

@ -62,27 +62,8 @@ include $(topsrcdir)/config/config.mk
DEFINES += -DUSE_NSREG
INCLUDES += -I$(srcdir)/../public
NETLIB_LIBS = \
-labouturl \
-lfileurl \
-lftpurl \
-lgophurl \
-lhttpurl \
-lremoturl \
-lsockstuburl \
-lmimetype \
-lnetcache \
-lnetcnvts \
-lnetlib \
-lnetwork \
-lxp \
-ljsurl \
-l$(MOZ_LIB_DBM_PREFIX)dbm \
-lpwcac \
$(NULL)
ifndef NECKO
LIBS = \
NETLIB_LIBS = \
-lnetlib \
-labouturl \
-lfileurl \
@ -98,7 +79,7 @@ LIBS = \
-lnetcache \
$(NULL)
else
LIBS = \
NETLIB_LIBS = \
-lneckoutil_s \
$(NULL)
endif
@ -116,6 +97,7 @@ LIBS += \
-lxpcom \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
$(NETLIB_LIBS) \
$(NULL)