Bug 437219 - allow app-specific rules via application/app-config.mk and application/app-rules.mk, r=ted

This commit is contained in:
Benjamin Smedberg 2008-06-06 15:43:26 -04:00
parent 1829cc61f7
commit 571547d1b6
2 changed files with 2 additions and 0 deletions

View File

@ -798,6 +798,7 @@ endif
#
# Include any personal overrides the user might think are needed.
#
-include $(topsrcdir)/$(MOZ_BUILD_APP)/app-config.mk
-include $(MY_CONFIG)
######################################################################

View File

@ -2051,6 +2051,7 @@ endif
endif
#############################################################################
-include $(topsrcdir)/$(MOZ_BUILD_APP)/app-rules.mk
-include $(MY_RULES)
#