Bug 689040 - Add missing makefiles to services/makefiles.sh & move tests inside ENABLE_TESTS conditional; r=khuey

This commit is contained in:
Ed Morley 2011-09-28 09:26:24 +01:00
parent 64618cc93b
commit 203a48e7ac

View File

@ -42,9 +42,13 @@ MAKEFILES_crypto="
MAKEFILES_sync="
services/sync/Makefile
services/sync/locales/Makefile
services/sync/tests/Makefile
"
if [ "$ENABLE_TESTS" ]; then
MAKEFILES_crypto="$MAKEFILES_crypto services/crypto/tests/Makefile"
MAKEFILES_sync="$MAKEFILES_sync services/sync/tests/Makefile"
fi
add_makefiles "
services/Makefile
$MAKEFILES_crypto