Commit 71169c60 authored by bryner%brianryner.com's avatar bryner%brianryner.com
Browse files

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

parent 3827991c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@ BROWSER_APP_FILES = \
export::
export::
	$(NSINSTALL) -D $(DIST)/branding
	$(NSINSTALL) -D $(DIST)/branding
	cp $(addprefix $(srcdir)/, $(BROWSER_APP_FILES)) $(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
	cp $(srcdir)/document.png $(DIST)/branding/document.png
endif
endif
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))