From f7e66aafa3d6d1bd2c8c64ad5eb4eb22848bdc5f Mon Sep 17 00:00:00 2001 From: "jdunn%netscape.com" Date: Thu, 1 Apr 1999 00:20:47 +0000 Subject: [PATCH] link in xmltok and expat to fix linking error git-svn-id: svn://10.0.0.236/trunk@25762 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/tests/scribble/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/widget/tests/scribble/Makefile.in b/mozilla/widget/tests/scribble/Makefile.in index a1a0b85e53b..501a535ff80 100644 --- a/mozilla/widget/tests/scribble/Makefile.in +++ b/mozilla/widget/tests/scribble/Makefile.in @@ -48,7 +48,8 @@ endif LIBS := \ -lraptorbase \ -lpref \ - -lraptorbase \ + -lxmltok \ + -lexpat \ $(TOOLKIT_WIDGET_LIB) \ -lraptorgfx \ $(TOOLKIT_GFX_LIB) \