2010-06-22 00:05:08 +00:00
|
|
|
#
|
2012-05-21 11:12:37 +00: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 00:05:08 +00:00
|
|
|
|
2012-04-06 06:26:06 +00:00
|
|
|
add_makefiles "
|
|
|
|
services/Makefile
|
2012-06-22 16:27:01 +00:00
|
|
|
services/aitc/Makefile
|
2012-04-06 06:26:06 +00:00
|
|
|
services/common/Makefile
|
2010-06-22 00:05:08 +00:00
|
|
|
services/crypto/Makefile
|
2011-12-13 16:41:22 +00:00
|
|
|
services/crypto/component/Makefile
|
2012-06-22 16:24:39 +00:00
|
|
|
services/notifications/Makefile
|
2010-06-22 00:05:08 +00:00
|
|
|
services/sync/Makefile
|
|
|
|
services/sync/locales/Makefile
|
2011-12-13 16:41:22 +00:00
|
|
|
"
|
2011-09-28 08:26:24 +00:00
|
|
|
|
2011-12-13 16:41:22 +00:00
|
|
|
if [ "$ENABLE_TESTS" ]; then
|
|
|
|
add_makefiles "
|
2012-06-22 16:27:01 +00:00
|
|
|
services/aitc/tests/Makefile
|
2012-04-06 06:26:06 +00:00
|
|
|
services/common/tests/Makefile
|
2011-12-13 16:41:22 +00:00
|
|
|
services/crypto/tests/Makefile
|
2012-06-22 16:24:39 +00:00
|
|
|
services/notifications/tests/Makefile
|
2011-12-13 16:41:22 +00:00
|
|
|
services/sync/tests/Makefile
|
2010-06-22 00:05:08 +00:00
|
|
|
"
|
2011-12-13 16:41:22 +00:00
|
|
|
fi
|