From 6551dfd0280e9b4566393ff50e3d91a96eb657a4 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Sat, 10 Apr 1999 00:36:18 +0000 Subject: [PATCH] fixes to get the test to build git-svn-id: svn://10.0.0.236/trunk@26916 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/tests/widget/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mozilla/widget/tests/widget/Makefile.in b/mozilla/widget/tests/widget/Makefile.in index 59725bdeb65..cc42d1b0188 100644 --- a/mozilla/widget/tests/widget/Makefile.in +++ b/mozilla/widget/tests/widget/Makefile.in @@ -68,6 +68,12 @@ LIBS := \ -l$(MOZ_LIB_JS_PREFIX)js \ -lwidget$(MOZ_TOOLKIT) \ -lxp \ + -lraptorhtmlpars \ + -lexpat \ + -lxmltok \ + -ljsurl \ + -ljsdom \ + -lraptorgfx \ $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(NULL)