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

« back to all changes in this revision

Viewing changes to mozilla/services/aitc/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:
 
1
# This Source Code Form is subject to the terms of the Mozilla Public
 
2
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
 
3
# You can obtain one at http://mozilla.org/MPL/2.0/.
 
4
 
 
5
DEPTH     = ../..
 
6
topsrcdir = @top_srcdir@
 
7
srcdir    = @srcdir@
 
8
VPATH     = @srcdir@
 
9
 
 
10
include $(DEPTH)/config/autoconf.mk
 
11
 
 
12
EXTRA_COMPONENTS = \
 
13
  AitcComponents.manifest \
 
14
  Aitc.js \
 
15
  $(NULL)
 
16
 
 
17
PREF_JS_EXPORTS = $(srcdir)/services-aitc.js
 
18
 
 
19
libs::
 
20
        $(NSINSTALL) $(srcdir)/modules/* $(FINAL_TARGET)/modules/services-aitc
 
21
 
 
22
TEST_DIRS += tests
 
23
 
 
24
include $(topsrcdir)/config/rules.mk