This commit is contained in:
rflint%ryanflint.com 2007-11-15 08:31:36 +00:00
Родитель baabaf7c83
Коммит a1287510f3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -53,10 +53,10 @@ include $(DEPTH)/config/autoconf.mk
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
DIRS = pinstripe
else
DIRS = winstripe
endif
ifneq (,$(filter gtk2,$(MOZ_WIDGET_TOOLKIT)))
DIRS = gnomestripe
else
DIRS = winstripe
endif
include $(topsrcdir)/config/rules.mk