~ubuntu-branches/ubuntu/raring/gnutls26/raring

« back to all changes in this revision

Viewing changes to doc/examples/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) 2005, 2006, 2007, 2008, 2009 Free Software Foundation
 
2
# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software
 
3
# Foundation, Inc.
3
4
#
4
5
# Author: Simon Josefsson
5
6
#
6
 
# This file is part of GNUTLS.
 
7
# This file is part of GnuTLS.
7
8
#
8
9
# This file is free software; you can redistribute it and/or modify it
9
10
# under the terms of the GNU General Public License as published by
25
26
        -I$(top_srcdir)/libextra/includes                               \
26
27
        -I$(top_srcdir)/gl -I$(top_builddir)/gl
27
28
 
 
29
# Gnulib warns and suggests use of fseeko instead of fseek, which is
 
30
# used in ex-cert-select.c, but certificate files will not be > 4 GB,
 
31
# so we just silence the warning instead of fixing the code here.
 
32
AM_CPPFLAGS += -D_GL_NO_LARGE_FILES
 
33
 
28
34
AM_LDFLAGS = -no-install
29
35
LDADD = libexamples.la                          \
30
36
        ../../lib/libgnutls.la                  \