From 19b8c75f3a4e44f1f83b619d88338966d7ee5696 Mon Sep 17 00:00:00 2001 From: "colin%theblakes.com" Date: Thu, 18 Nov 1999 19:50:45 +0000 Subject: [PATCH] build gtksuperwin if MOZ_ENABLE_GTK and MOZ_MONOLITHIC_TOOLKIT are both set. r=jdunn --- widget/src/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/widget/src/Makefile.in b/widget/src/Makefile.in index 9e226ffa3c54..34f058726c1c 100644 --- a/widget/src/Makefile.in +++ b/widget/src/Makefile.in @@ -55,6 +55,9 @@ DIRS += qt endif else +ifdef MOZ_ENABLE_GTK +DIRS += gtksuperwin +endif DIRS += $(MOZ_WIDGET_TOOLKIT) endif