Fix for -lpref linking problems. Dont link with libpref, its not needed.

git-svn-id: svn://10.0.0.236/trunk@43431 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com
1999-08-18 00:27:50 +00:00
parent 9f37b5bbef
commit 2144a5f188
27 changed files with 3 additions and 42 deletions

View File

@@ -34,7 +34,6 @@ endif
ifndef NECKO
LIBS = \
-lpref \
-lxp \
-lnetlib \
-lftpurl \
@@ -56,8 +55,6 @@ LIBS = \
-lmozreg \
$(TIMER_LIBS) \
$(TK_LIBS) \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
$(NULL)
# Needed to resolve __yylex (?)