Fix CVE-2017-6891 in minitasn1 code
[platform/upstream/gnutls.git] / src / crywrap / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2011-2012 Free Software Foundation, Inc.
3 #
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.
8 #
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.
13 #
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.
17
18 AM_CFLAGS = $(WARN_CFLAGS) $(LIBIDN_CFLAGS)
19 AM_CPPFLAGS = \
20         -I$(builddir)/../../lib/includes                \
21         -I$(srcdir)/../../lib/includes \
22         -DSYSCONFDIR=\"${sysconfdir}\" \
23         -DCRYWRAP_PATCHLEVEL=\"${CRYWRAP_PATCHLEVEL}\"
24
25 #       -I$(srcdir)/../../gl                    
26
27 EXTRA_DIST = README
28 bin_PROGRAMS = crywrap
29
30 crywrap_SOURCES = crywrap.c primes.h crywrap.h
31 crywrap_LDADD = ../../lib/libgnutls.la $(LIBIDN_LIBS) #../../gl/libgnu.la 
32 crywrap_LDADD += $(LIB_CLOCK_GETTIME)