Adding xmlextras to the default build target so that it can be included in the nightlies as per leaf. a=leaf, r=pollmann

git-svn-id: svn://10.0.0.236/trunk@75272 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vidur%netscape.com 2000-07-31 23:14:24 +00:00
parent d7af85ee20
commit a381dc926f
3 changed files with 3 additions and 3 deletions

2
mozilla/configure vendored
View File

@ -10197,7 +10197,7 @@ fi
MOZ_EXTENSIONS_DEFAULT="cookie wallet psm-glue xml-rpc"
MOZ_EXTENSIONS_DEFAULT="cookie wallet psm-glue xml-rpc xmlextras"
# Check whether --with-extensions or --without-extensions was given.
if test "${with_extensions+set}" = set; then

View File

@ -3081,7 +3081,7 @@ dnl ========================================================
dnl Need cookie and wallet to build mozilla, this should
dnl not be the case, 18352 has been filed.
dnl http://bugzilla.mozilla.org/show_bug.cgi?id=18352
MOZ_EXTENSIONS_DEFAULT="cookie wallet psm-glue xml-rpc"
MOZ_EXTENSIONS_DEFAULT="cookie wallet psm-glue xml-rpc xmlextras"
MOZ_ARG_WITH_STRING(extensions,
[ --with-extensions Enable extensions (dirs in extensions/)],

View File

@ -22,6 +22,6 @@
DEPTH=..
include <$(DEPTH)/config/config.mak>
DIRS = wallet cookie irc psm-glue xml-rpc
DIRS = wallet cookie irc psm-glue xml-rpc xmlextras
include <$(DEPTH)\config\rules.mak>