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

« back to all changes in this revision

Viewing changes to mozilla/services/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-09-03 14:00:01 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20120903140001-iee9509f51oz7pqs
Tags: 1.8+build1-0ubuntu0.11.04.1
* New upstream stable release to support Thunderbird 16 (CALENDAR_1_8_BUILD1)
  - LP: #1062587

* Add extra Makefiles that are needed for the build
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
include $(DEPTH)/config/autoconf.mk
12
12
 
 
13
PARALLEL_DIRS += common crypto
 
14
 
 
15
ifdef MOZ_SERVICES_AITC
 
16
PARALLEL_DIRS += aitc
 
17
endif
 
18
 
 
19
ifdef MOZ_SERVICES_NOTIFICATIONS
 
20
PARALLEL_DIRS += notifications
 
21
endif
 
22
 
13
23
ifdef MOZ_SERVICES_SYNC
14
 
PARALLEL_DIRS += aitc common crypto sync
 
24
PARALLEL_DIRS += sync
15
25
endif
16
26
 
17
27
include $(topsrcdir)/config/rules.mk