2012-05-21 15:12:37 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2010-06-22 04:05:08 +04:00
|
|
|
|
2012-04-06 10:26:06 +04:00
|
|
|
add_makefiles "
|
|
|
|
services/Makefile
|
2012-06-22 20:27:01 +04:00
|
|
|
services/aitc/Makefile
|
2012-04-06 10:26:06 +04:00
|
|
|
services/common/Makefile
|
2010-06-22 04:05:08 +04:00
|
|
|
services/crypto/Makefile
|
2011-12-13 20:41:22 +04:00
|
|
|
services/crypto/component/Makefile
|
2012-06-22 20:24:39 +04:00
|
|
|
services/notifications/Makefile
|
2010-06-22 04:05:08 +04:00
|
|
|
services/sync/Makefile
|
|
|
|
services/sync/locales/Makefile
|
2011-12-13 20:41:22 +04:00
|
|
|
"
|
2011-09-28 12:26:24 +04:00
|
|
|
|
2011-12-13 20:41:22 +04:00
|
|
|
if [ "$ENABLE_TESTS" ]; then
|
|
|
|
add_makefiles "
|
2012-06-22 20:27:01 +04:00
|
|
|
services/aitc/tests/Makefile
|
2012-04-06 10:26:06 +04:00
|
|
|
services/common/tests/Makefile
|
2011-12-13 20:41:22 +04:00
|
|
|
services/crypto/tests/Makefile
|
2012-06-22 20:24:39 +04:00
|
|
|
services/notifications/tests/Makefile
|
2011-12-13 20:41:22 +04:00
|
|
|
services/sync/tests/Makefile
|
2010-06-22 04:05:08 +04:00
|
|
|
"
|
2011-12-13 20:41:22 +04:00
|
|
|
fi
|