generate tpasswd files on the spot.
[gnutls.git] / tests / srp / Makefile.am
blob849b1d968acfd8ed9aaa4f7be02fc9ed8cb35fca
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 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
23 AM_CPPFLAGS = \
24         -I$(top_srcdir)/tests                   \
25         -I$(top_srcdir)/gl                      \
26         -I$(top_builddir)/gl                    \
27         -I$(top_srcdir)/lib/includes            \
28         -I$(top_builddir)/lib/includes          \
29         -I$(top_srcdir)/extra/includes  \
30         -I$(top_builddir)/extra/includes        \
31         -I$(top_srcdir)/lib                     \
32         -I$(top_srcdir)/doc/examples
34 AM_LDFLAGS = -no-install
35 LDADD = ../../lib/libgnutls.la \
36         ../../gl/libgnu.la \
37         ../libutils.la \
38         $(LIBSOCKET) $(INET_NTOP_LIB) $(INET_PTON_LIB) \
39         $(LIB_TIMER_TIME)
41 if !WINDOWS
43 check_PROGRAMS = mini-srp
44 TESTS = mini-srp
46 endif
48 TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT)