Changes to make-firefox for v29
This commit is contained in:
parent
f530857109
commit
8c21cb332e
84 changed files with 1504 additions and 135 deletions
|
|
@ -5,18 +5,9 @@
|
|||
# Branding Makefile
|
||||
# - jars chrome artwork
|
||||
|
||||
DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# resources needed for the metro tile interface
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT) $(DIST_SUBDIR),windows metro)
|
||||
TILE_FILES := $(wildcard $(srcdir)/VisualElements*)
|
||||
TILE_DEST := $(DIST)/bin/tileresources
|
||||
INSTALL_TARGETS += TILE
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue