~ubuntu-branches/ubuntu/quantal/gnutls26/quantal-security

« back to all changes in this revision

Viewing changes to lib/opencdk/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 13:07:18 UTC
  • mfrom: (12.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110520130718-db41dybbanzfvlji
Tags: 2.10.5-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Fix build failure with --no-add-needed.
  - Build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in
2
 
# Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation
 
2
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2010 Free Software
 
3
# Foundation, Inc.
3
4
#
4
5
# Author: Nikos Mavroyanopoulos
5
6
#
6
 
# This file is part of GNUTLS.
 
7
# This file is part of GnuTLS.
7
8
#
8
 
# The GNUTLS library is free software; you can redistribute it and/or
 
9
# The GnuTLS is free software; you can redistribute it and/or
9
10
# modify it under the terms of the GNU Lesser General Public License
10
11
# as published by the Free Software Foundation; either version 2.1 of
11
12
# the License, or (at your option) any later version.
12
13
#
13
 
# The GNUTLS library is distributed in the hope that it will be
 
14
# The GnuTLS is distributed in the hope that it will be
14
15
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty
15
16
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16
17
# Lesser General Public License for more details.
17
18
#
18
19
# You should have received a copy of the GNU Lesser General Public
19
 
# License along with the GNUTLS library; if not, write to the Free
 
20
# License along with GnuTLS; if not, write to the Free
20
21
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
22
# MA 02110-1301, USA
22
23
 
23
24
AM_CPPFLAGS = \
24
 
        -I$(srcdir)/../gl \
25
 
        -I$(builddir)/../gl \
26
 
        -I$(srcdir)/../includes \
27
 
        -I$(builddir)/../includes \
 
25
        -I$(srcdir)/../gl               \
 
26
        -I$(builddir)/../gl             \
 
27
        -I$(srcdir)/../includes         \
 
28
        -I$(builddir)/../includes       \
28
29
        -I$(srcdir)/..
29
30
 
30
31
if ENABLE_MINITASN1