Bug 605100 - Add services & sync folders to mobile/build.mk [r=fabrice]

This commit is contained in:
Mark Finkle 2010-10-18 18:30:25 -04:00
parent 7159b922e6
commit e57184434f

View File

@ -51,6 +51,11 @@ ifdef MOZ_EXTENSIONS
tier_app_dirs += extensions
endif
ifdef MOZ_SERVICES_SYNC
tier_app_dirs += services/crypto
tier_app_dirs += services/sync
endif
tier_app_dirs += \
$(MOZ_BRANDING_DIRECTORY) \
mobile \