Tizen 2.0 Release
[external/libgnutls26.git] / tests / safe-renegotiation / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2010 Free Software Foundation, Inc.
3 #
4 # This file is part of GnuTLS.
5 #
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.
10 #
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.
15 #
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.
19
20 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
21 AM_CPPFLAGS = \
22         -I$(top_srcdir)/lib/includes            \
23         -I$(top_builddir)/lib/includes
24
25 AM_LDFLAGS = -no-install
26 LDADD = ../libutils.la \
27         ../../lib/libgnutls.la $(LTLIBGCRYPT) $(LIBSOCKET)
28
29 ctests = srn0 srn1 srn2 srn3 srn4 srn5
30
31 check_PROGRAMS = $(ctests)
32 TESTS = $(ctests)
33 TESTS_ENVIRONMENT = $(VALGRIND)
34
35 EXTRA_DIST = README suppressions.valgrind