Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Part of bug 360648 Thunderbird autocomplete migration, enable buildin…
…g of the toolkit autocomplete implementation for Thunderbird. Only affects Thunderbird. t=ted,dmose
  • Loading branch information
Mark Banner committed Sep 24, 2008
1 parent d261d66 commit 8e77653
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions toolkit/components/Makefile.in
Expand Up @@ -53,11 +53,6 @@ DIRS += \
contentprefs \
microformats \
places \
$(NULL)

# These component dirs are built only for XUL apps

DIRS += \
apppicker \
filepicker \
console \
Expand Down Expand Up @@ -95,18 +90,19 @@ DIRS += search
endif
endif

ifdef MOZ_THUNDERBIRD
DIRS += autocomplete/public
else
ifdef MOZ_XUL
DIRS += \
autocomplete \
$(NULL)
endif

ifndef MOZ_THUNDERBIRD
DIRS += \
cookie \
$(NULL)

ifdef MOZ_XUL
DIRS += \
autocomplete \
satchel \
$(NULL)
DIRS += satchel
endif # MOZ_XUL

ifdef MOZ_SUITE
Expand Down

0 comments on commit 8e77653

Please sign in to comment.