Bug 493546 - "Enable building of toolkit/components/cookie for Thunderbird" [r=ted.mielczarek sr=dmose]

This commit is contained in:
Mark Banner 2009-06-11 09:23:04 +01:00
parent 4c067c506a
commit 74b1bb6beb

View File

@ -56,6 +56,7 @@ DIRS += \
apppicker \
filepicker \
console \
cookie \
exthelper \
viewconfig \
typeaheadfind \
@ -85,12 +86,6 @@ ifdef MOZ_VIEW_SOURCE
DIRS += viewsource
endif
ifndef MOZ_SUITE
ifndef MOZ_THUNDERBIRD
DIRS += search
endif
endif
ifdef MOZ_XUL
DIRS += \
autocomplete \
@ -98,13 +93,14 @@ DIRS += \
endif
ifndef MOZ_THUNDERBIRD
DIRS += \
cookie \
$(NULL)
ifndef MOZ_SUITE
DIRS += search
endif
ifdef MOZ_XUL
DIRS += satchel
endif # MOZ_XUL
endif
endif # MOZ_THUNDERBIRD