~ubuntu-branches/ubuntu/quantal/enigmail/quantal-security

« back to all changes in this revision

Viewing changes to mailnews/extensions/enigmail/ui/skin/classic/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2013-09-13 16:02:15 UTC
  • mfrom: (0.12.16)
  • Revision ID: package-import@ubuntu.com-20130913160215-u3g8nmwa0pdwagwc
Tags: 2:1.5.2-0ubuntu0.12.10.1
* New upstream release v1.5.2 for Thunderbird 24

* Build enigmail using a stripped down Thunderbird 17 build system, as it's
  now quite difficult to build the way we were doing previously, with the
  latest Firefox build system
* Add debian/patches/no_libxpcom.patch - Don't link against libxpcom, as it
  doesn't exist anymore (but exists in the build system)
* Add debian/patches/use_sdk.patch - Use the SDK version of xpt.py and
  friends
* Drop debian/patches/ipc-pipe_rename.diff (not needed anymore)
* Drop debian/patches/makefile_depth.diff (not needed anymore)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!gmake
 
2
#
 
3
# The contents of this file are subject to the Mozilla Public
 
4
# License Version 1.1 (the "MPL"); you may not use this file
 
5
# except in compliance with the MPL. You may obtain a copy of
 
6
# the MPL at http://www.mozilla.org/MPL/
 
7
 
8
# Software distributed under the MPL is distributed on an "AS
 
9
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
10
# implied. See the MPL for the specific language governing
 
11
# rights and limitations under the MPL.
 
12
 
13
# The Original Code is Enigmail.
 
14
 
15
# The Initial Developer of the Original Code is Ramalingam Saravanan.
 
16
# Portions created by Ramalingam Saravanan <svn@xmlterm.org> are
 
17
# Copyright (C) 2001 Ramalingam Saravanan. All Rights Reserved.
 
18
 
19
# Contributor(s):
 
20
 
21
# Alternatively, the contents of this file may be used under the
 
22
# terms of the GNU General Public License (the "GPL"), in which case
 
23
# the provisions of the GPL are applicable instead of
 
24
# those above. If you wish to allow use of your version of this
 
25
# file only under the terms of the GPL and not to allow
 
26
# others to use your version of this file under the MPL, indicate
 
27
# your decision by deleting the provisions above and replace them
 
28
# with the notice and other provisions required by the GPL.
 
29
# If you do not delete the provisions above, a recipient
 
30
# may use your version of this file under either the MPL or the
 
31
# GPL.
 
32
#
 
33
 
 
34
DEPTH           = ../../../../../..
 
35
topsrcdir       = @top_srcdir@
 
36
srcdir          = @srcdir@
 
37
VPATH           = @srcdir@
 
38
 
 
39
include $(DEPTH)/config/autoconf.mk
 
40
 
 
41
include $(topsrcdir)/config/config.mk
 
42
 
 
43
include $(topsrcdir)/config/rules.mk