1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2010, 2012 Free Software Foundation, Inc.
4 # This file is part of GnuTLS.
6 # This file is free software; you can redistribute it and/or modify it
7 # under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
11 # This file is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this file; if not, write to the Free Software Foundation,
18 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
21 AM_CPPFLAGS = -I$(top_srcdir)/lib/includes \
22 -I$(top_builddir)/lib/includes \
23 -I$(top_srcdir)/tests/
25 AM_LDFLAGS = -no-install
26 LDADD = ../libutils.la \
27 ../../lib/libgnutls.la $(LTLIBGCRYPT) $(LIBSOCKET)
29 ctests = gendh keygen cipher-test
31 check_PROGRAMS = $(ctests)