Bustage fix for dougt, bug 295482

This commit is contained in:
bsmedberg%covad.net 2005-07-27 21:46:39 +00:00
parent 2b8a8b2f6b
commit 3555f66e5c
2 changed files with 4 additions and 3 deletions

View File

@ -52,7 +52,8 @@ DIRS = \
$(NULL) $(NULL)
ifndef MINIMO ifndef MINIMO
DIRS = xre \ DIRS += \
xre \
mozapps \ mozapps \
$(NULL) $(NULL)
endif endif

View File

@ -69,7 +69,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsUserInfo)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAlertsService) NS_GENERIC_FACTORY_CONSTRUCTOR(nsAlertsService)
#endif #endif
#if defined(MOZ_PHOENIX) || defined(MOZ_SUNBIRD) || defined (MINIMO) #ifndef MOZ_THUNDERBIRD
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAutoCompleteController) NS_GENERIC_FACTORY_CONSTRUCTOR(nsAutoCompleteController)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAutoCompleteMdbResult) NS_GENERIC_FACTORY_CONSTRUCTOR(nsAutoCompleteMdbResult)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsTypeAheadFind) NS_GENERIC_FACTORY_CONSTRUCTOR(nsTypeAheadFind)
@ -89,7 +89,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsDownloadProxy)
static void PR_CALLBACK nsToolkitCompModuleDtor(nsIModule* self) static void PR_CALLBACK nsToolkitCompModuleDtor(nsIModule* self)
{ {
#ifdef MOZ_PHOENIX #ifndef MOZ_THUNDERBIRD
nsFormHistory::ReleaseInstance(); nsFormHistory::ReleaseInstance();
nsPasswordManager::Shutdown(); nsPasswordManager::Shutdown();
#endif #endif