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
Родитель d8a7bd7c2b
Коммит 5c2df6ac57
2 изменённых файлов: 2 добавлений и 7 удалений

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

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

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

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