diff --git a/browser/themes/Makefile.in b/browser/themes/Makefile.in index aac52f32745..5311d03c2ac 100644 --- a/browser/themes/Makefile.in +++ b/browser/themes/Makefile.in @@ -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