add mdimporter for tb spotlight, 290057, sr=mscott

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@220795 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%nventure.com
2007-02-23 03:33:43 +00:00
parent cbf96a4294
commit c224554c1c
2 changed files with 6 additions and 0 deletions

View File

@@ -1057,6 +1057,8 @@ mail/components/compose/Makefile
mail/components/addrbook/Makefile
mail/components/preferences/Makefile
mail/components/build/Makefile
mail/components/search/Makefile
mail/components/search/mdimporter/Makefile
mail/components/shell/Makefile
mail/components/shell/public/Makefile
mail/components/phishing/Makefile

View File

@@ -49,4 +49,8 @@ EXTRA_PP_COMPONENTS = \
$(NULL)
endif
ifneq (,$(filter cocoa mac, $(MOZ_WIDGET_TOOLKIT)))
DIRS += mdimporter
endif
include $(topsrcdir)/config/rules.mk