Backing out bug 402294, since I forgot it needed approval to land

This commit is contained in:
stuart.morgan@alumni.case.edu 2007-11-03 12:13:04 -07:00
Родитель 9c6711975a
Коммит abac27716d
2 изменённых файлов: 2 добавлений и 7 удалений

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

@ -138,10 +138,7 @@ EXTRA_PP_COMPONENTS = nsDefaultCLH.js
endif # MOZ_XUL_APP endif # MOZ_XUL_APP
ifeq ($(MOZ_BUILD_APP),camino) ifeq ($(MOZ_BUILD_APP),camino)
DIRS += \ DIRS += autocomplete/public
autocomplete/public \
downloads/public \
$(NULL)
endif endif
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

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

@ -87,10 +87,8 @@ ifndef MOZ_XULRUNNER
DIRS += \ DIRS += \
related \ related \
autocomplete \ autocomplete \
download-manager \
$(NULL) $(NULL)
ifneq ($(MOZ_BUILD_APP),camino)
DIRS += download-manager
endif
ifndef MOZ_XUL_APP ifndef MOZ_XUL_APP
DIRS += \ DIRS += \
console \ console \