Hook up l10n/ when MOZ_L10N is defined.
git-svn-id: svn://10.0.0.236/trunk@50187 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -24,6 +24,12 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = config build
|
||||
|
||||
#
|
||||
ifdef MOZ_L10N
|
||||
DIRS += l10n
|
||||
endif
|
||||
|
||||
|
||||
ifndef MOZ_NATIVE_NSPR
|
||||
DIRS += $(topsrcdir)/nsprpub
|
||||
# NSPR does not use Makefile.in
|
||||
|
||||
@@ -582,6 +582,54 @@ if [ "$NECKO" ]; then
|
||||
END_NECKO_MAKEFILES
|
||||
fi
|
||||
|
||||
#
|
||||
# l10n/
|
||||
#
|
||||
if [ "$MOZ_L10N" ]; then
|
||||
add_makefiles <<END_L10N_MAKEFILES
|
||||
#
|
||||
l10n/Makefile
|
||||
#
|
||||
END_L10N_MAKEFILES
|
||||
#
|
||||
if [ "$MOZ_L10N_LANG" ]; then
|
||||
add_makefiles <<END_L10N_LANG_MAKEFILES
|
||||
#
|
||||
l10n/lang/Makefile
|
||||
#
|
||||
l10n/lang/addressbook/Makefile
|
||||
l10n/lang/bookmarks/Makefile
|
||||
l10n/lang/directory/Makefile
|
||||
l10n/lang/editor/Makefile
|
||||
l10n/lang/global/Makefile
|
||||
l10n/lang/history/Makefile
|
||||
l10n/lang/messenger/Makefile
|
||||
l10n/lang/messengercompose/Makefile
|
||||
l10n/lang/navigator/Makefile
|
||||
l10n/lang/pref/Makefile
|
||||
l10n/lang/related/Makefile
|
||||
l10n/lang/sidebar/Makefile
|
||||
#
|
||||
#
|
||||
l10n/lang/addressbook/locale/Makefile
|
||||
l10n/lang/bookmarks/locale/Makefile
|
||||
l10n/lang/directory/locale/Makefile
|
||||
l10n/lang/editor/locale/Makefile
|
||||
l10n/lang/global/locale/Makefile
|
||||
l10n/lang/history/locale/Makefile
|
||||
l10n/lang/messenger/locale/Makefile
|
||||
l10n/lang/messengercompose/locale/Makefile
|
||||
l10n/lang/navigator/locale/Makefile
|
||||
l10n/lang/pref/locale/Makefile
|
||||
l10n/lang/related/locale/Makefile
|
||||
l10n/lang/sidebar/locale/Makefile
|
||||
#
|
||||
END_L10N_LANG_MAKEFILES
|
||||
#
|
||||
fi
|
||||
fi
|
||||
#
|
||||
|
||||
# tools/leaky
|
||||
if [ "$MOZ_LEAKY" ]; then
|
||||
add_makefiles <<END_LEAKY_MAKEFILES
|
||||
|
||||
Reference in New Issue
Block a user