From 5c19e995e1c9aafb7b2a2133af9034cf92af1d43 Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Mon, 5 Nov 2001 12:08:31 +0000 Subject: [PATCH] Backing out last checkin git-svn-id: svn://10.0.0.236/trunk@107328 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/Makefile.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mozilla/Makefile.in b/mozilla/Makefile.in index 31f5731f8f2..e3e965dce4a 100644 --- a/mozilla/Makefile.in +++ b/mozilla/Makefile.in @@ -76,6 +76,14 @@ ifndef MOZ_NATIVE_JPEG DIRS += jpeg endif +ifdef MOZ_ENABLE_XLIB +DIRS += gfx/src/xlibrgb widget/src/xlibxtbin +endif + +ifdef MOZ_ENABLE_GTK +DIRS += widget/src/gtksuperwin widget/src/gtkxtbin +endif + # Linux and Solaris installer needs standalone libjar, hence standalone zlib ifneq (,$(filter Linux SunOS,$(OS_ARCH))) DIRS += modules/zlib/standalone