restructure pinstripe

This commit is contained in:
scott%scott-macgregor.org 2005-03-11 21:42:10 +00:00
parent 9a37ee2ce5
commit a2391b37d8

View File

@ -49,7 +49,9 @@ include $(DEPTH)/config/autoconf.mk
# MacOS X Pinstripe
#
ifeq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
DIRS = pinstripe
else
DIRS = qute
endif