OS/2 Tinderbox breakage

Just because someone uses the unix Makefiles doesn't mean they have GTK


git-svn-id: svn://10.0.0.236/trunk@74994 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2000-07-28 03:01:03 +00:00
parent bbd5f98fdf
commit 793582c19c

View File

@ -25,6 +25,10 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = base browser tests/gtkEmbed
DIRS = base browser
ifdef MOZ_ENABLE_GTK
DIRS += tests/gtkEmbed
endif
include $(topsrcdir)/config/rules.mk