build gtksuperwin if MOZ_ENABLE_GTK and MOZ_MONOLITHIC_TOOLKIT are both set. r=jdunn

This commit is contained in:
colin%theblakes.com 1999-11-18 19:50:45 +00:00
parent 19b36f49a8
commit 19b8c75f3a

View File

@ -55,6 +55,9 @@ DIRS += qt
endif
else
ifdef MOZ_ENABLE_GTK
DIRS += gtksuperwin
endif
DIRS += $(MOZ_WIDGET_TOOLKIT)
endif