updated certificates to parse 2.5.29.32.
[gnutls.git] / tests / dtls / Makefile.am
blob559a0d46cd39a422d91e78d16203b3ecd2209860
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2012 Free Software Foundation, Inc.
4 # Author: Nikos Mavrogiannopoulos
6 # This file is part of GnuTLS.
8 # This file is free software; you can redistribute it and/or modify it
9 # under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 3 of the License, or
11 # (at your option) any later version.
13 # This file is distributed in the hope that it will be useful, but
14 # WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 # General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with this file; if not, write to the Free Software Foundation,
20 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 dist_check_SCRIPTS = dtls dtls-nb
24 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
25 AM_CPPFLAGS = \
26         -I$(top_srcdir)/gl                      \
27         -I$(top_builddir)/gl                    \
28         -I$(top_srcdir)/lib/includes            \
29         -I$(top_builddir)/lib/includes          \
30         -I$(top_srcdir)/extra/includes  \
31         -I$(top_builddir)/extra/includes        \
32         -I$(top_srcdir)/lib                     \
33         -I$(top_srcdir)/doc/examples
35 AM_LDFLAGS = -no-install
36 LDADD = ../../lib/libgnutls.la \
37         ../../gl/libgnu.la \
38         $(LIBSOCKET) $(INET_NTOP_LIB) $(INET_PTON_LIB) \
39         $(LIB_TIMER_TIME)
41 if !WINDOWS
43 check_PROGRAMS = dtls-stress
44 TESTS = dtls
46 endif
48 TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT)