bumped version
[gnutls.git] / src / crywrap / Makefile.am
bloba20bcd6169e6cc3275378556f5090cf8ccc996ca
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2011-2012 Free Software Foundation, Inc.
4 # This file is free software; you can redistribute it and/or modify it
5 # under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 3 of the License, or
7 # (at your option) any later version.
9 # This file is distributed in the hope that it will be useful, but
10 # WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 # General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this file; if not, write to the Free Software Foundation,
16 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 AM_CFLAGS = $(WARN_CFLAGS)
19 AM_CPPFLAGS = \
20         -I$(srcdir)/../../gl                    \
21         -I$(builddir)/../../lib/includes                \
22         -I$(srcdir)/../../lib/includes \
23         -DSYSCONFDIR=\"${sysconfdir}\" \
24         -DCRYWRAP_PATCHLEVEL=\"${CRYWRAP_PATCHLEVEL}\"
26 EXTRA_DIST = README
27 bin_PROGRAMS = crywrap
29 crywrap_SOURCES = crywrap.c primes.h crywrap.h
30 crywrap_LDADD = ../../lib/libgnutls.la ../../gl/libgnu.la -lidn