From 796c404334c1ccdf66a85f35f22182e561af61eb Mon Sep 17 00:00:00 2001 From: "shaver%netscape.com" Date: Sun, 1 Nov 1998 20:30:42 +0000 Subject: [PATCH] use libwidgetgtk.so and libgfxgtk.so when selected by configure git-svn-id: svn://10.0.0.236/trunk@13848 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webshell/tests/viewer/Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mozilla/webshell/tests/viewer/Makefile.in b/mozilla/webshell/tests/viewer/Makefile.in index 8ded44cec9a..e6960e89037 100644 --- a/mozilla/webshell/tests/viewer/Makefile.in +++ b/mozilla/webshell/tests/viewer/Makefile.in @@ -58,7 +58,6 @@ EX_LIBS = \ $(DIST)/bin/libpng.so \ $(DIST)/bin/libpref.so \ $(DIST)/bin/libraptorbase.so \ - $(DIST)/bin/libwidgetunix.so \ $(DIST)/bin/libraptorgfx.so \ $(DIST)/bin/libraptorhtml.so \ $(DIST)/bin/libgmbaseunix.so \ @@ -79,9 +78,11 @@ ifdef MOZ_OJI endif ifeq ($(USE_NGLAYOUT_GTK),1) -EX_LIBS += $(DIST)/bin/libgfxgtk.so +EX_LIBS += $(DIST)/bin/libgfxgtk.so \ + $(DIST)/bin/libwidgetgtk.so else -EX_LIBS += $(DIST)/bin/libgfxunix.so +EX_LIBS += $(DIST)/bin/libgfxunix.so \ + $(DIST)/bin/libwidgetunix.so endif EX_LIBS += \