browser/app expects document.png to be present for both gtk1 and gtk2. Bug 252207

git-svn-id: svn://10.0.0.236/trunk@161774 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2004-09-05 03:41:24 +00:00
parent 880519b4e8
commit 6fd13b06a7

View File

@@ -23,7 +23,7 @@ BROWSER_APP_FILES = \
export::
$(NSINSTALL) -D $(DIST)/branding
cp $(addprefix $(srcdir)/, $(BROWSER_APP_FILES)) $(DIST)/branding/
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
ifneq (,$(filter gtk gtk2,$(MOZ_WIDGET_TOOLKIT)))
cp $(srcdir)/document.png $(DIST)/branding/document.png
endif
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))