- Bug 7794 Move $(TK_LIBS) further down in the library list.

git-svn-id: svn://10.0.0.236/trunk@34457 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 1999-06-09 19:48:58 +00:00
parent 35928d7fde
commit 21de2e9959
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,6 @@ LIBS = \
-lnetcache \
-lsockstuburl \
-lnetwork \
$(TK_LIBS) \
-lpref \
-lsecfree \
-l$(MOZ_LIB_JS_PREFIX)js \
@ -67,6 +66,7 @@ LIBS = \
-lexpat \
-lxmltok \
-ljsurl \
$(TK_LIBS) \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
$(NULL)

View File

@ -57,12 +57,12 @@ LIBS = \
-lsecfree \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
$(TK_LIBS) \
-lgfx$(MOZ_TOOLKIT) \
-lraptorgfx \
-lgfxps \
-limg \
-lmozutil \
$(TK_LIBS) \
$(NULL)
include $(topsrcdir)/config/config.mk