Bug 208271. Remove access-builtin from build, but keep in tree. r=cls. No sr= required for build changes

This commit is contained in:
aaronl%netscape.com 2003-06-05 08:29:36 +00:00
parent 2355d9abb8
commit ca3689f4ab
2 changed files with 7 additions and 1 deletions

View File

@ -3534,7 +3534,7 @@ dnl ========================================================
MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help p3p pref transformiix venkman inspector irc universalchardet typeaheadfind webservices"
MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT xmlterm access-builtin datetime finger cview"
MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT xmlterm datetime finger cview"
MOZ_ARG_ENABLE_STRING(extensions,
[ --enable-extensions Enable extensions],

View File

@ -55,6 +55,12 @@ EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsAccessProxy
# Don't install. At the moment we only want to build this extension
# for inclusion in 3rd party assistive technology installers,
# not as part of our own installation
NO_INSTALL = 1
NO_DIST_INSTALL = 1
CPPSRCS = \
nsAccessProxy.cpp \
nsAccessProxyRegistration.cpp \