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)
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 \
33 -I$(top_srcdir)/doc/examples
35 AM_LDFLAGS = -no-install
36 LDADD = ../../lib/libgnutls.la \
38 $(LIBSOCKET) $(INET_NTOP_LIB) $(INET_PTON_LIB) \
43 check_PROGRAMS = dtls-stress
48 TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT)