~ubuntu-branches/ubuntu/quantal/lightning-extension/quantal-security

« back to all changes in this revision

Viewing changes to mozilla/services/makefiles.sh

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-02-07 12:00:41 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20120207120041-qo3fapzsweii9cra
Tags: 1.3~b1+build1-0ubuntu1
* New upstream release from the beta channel (CALENDAR_1_3b1_BUILD1)
* Drop 02_fix_system_libxul_build.patch - this is fixed upstream
* Add mozilla/mfbt to tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
MAKEFILES_crypto="
39
39
  services/crypto/Makefile
40
 
  "
 
40
  services/crypto/component/Makefile
 
41
"
41
42
 
42
43
MAKEFILES_sync="
43
44
  services/sync/Makefile
44
45
  services/sync/locales/Makefile
45
 
  "
46
 
 
47
 
if [ "$ENABLE_TESTS" ]; then
48
 
  MAKEFILES_crypto="$MAKEFILES_crypto services/crypto/tests/Makefile"
49
 
  MAKEFILES_sync="$MAKEFILES_sync services/sync/tests/Makefile"
50
 
fi
 
46
"
51
47
 
52
48
add_makefiles "
53
49
  services/Makefile
54
50
  $MAKEFILES_crypto
55
51
  $MAKEFILES_sync
 
52
"
 
53
 
 
54
if [ "$ENABLE_TESTS" ]; then
 
55
  add_makefiles "
 
56
    services/crypto/tests/Makefile
 
57
    services/sync/tests/Makefile
56
58
  "
 
59
fi