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

This commit is contained in:
vidur%netscape.com 2000-07-31 23:14:24 +00:00
Родитель 7c742d4083
Коммит 674ad9d95f
3 изменённых файлов: 3 добавлений и 3 удалений

2
configure поставляемый
Просмотреть файл

@ -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

Просмотреть файл

@ -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/)],

Просмотреть файл

@ -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>