restructure pinstripe

git-svn-id: svn://10.0.0.236/trunk@170577 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org 2005-03-11 21:42:10 +00:00
parent 0dd982aba3
commit 8466e55374

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