~ubuntu-branches/ubuntu/saucy/gnutls28/saucy

« back to all changes in this revision

Viewing changes to src/crywrap/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-30 21:40:07 UTC
  • mfrom: (14.1.9 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130730214007-9mrd08xo61kla008
Tags: 3.2.3-1ubuntu1
* Sync with Debian (LP: #1068029). Remaining change:
  - Drop gnutls-bin and -doc since we want to use the versions
    in gnutls26 as the defaults instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# along with this file; if not, write to the Free Software Foundation,
16
16
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17
17
 
18
 
AM_CFLAGS = $(WARN_CFLAGS)
 
18
AM_CFLAGS = $(WARN_CFLAGS) $(LIBIDN_CFLAGS)
19
19
AM_CPPFLAGS = \
20
20
        -I$(srcdir)/../../gl                    \
21
21
        -I$(builddir)/../../lib/includes                \
27
27
bin_PROGRAMS = crywrap
28
28
 
29
29
crywrap_SOURCES = crywrap.c primes.h crywrap.h
30
 
crywrap_LDADD = ../../lib/libgnutls.la ../../gl/libgnu.la -lidn
 
30
crywrap_LDADD = ../../lib/libgnutls.la ../../gl/libgnu.la $(LIBIDN_LIBS)