Fix dangling/unused bindings in `(gnutls)'.
[gnutls.git] / tests / openpgp / Makefile.am
blob859648f61eb749965c36ada726d07390249b3b48
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2007 Free Software Foundation
4 # Author: Ludovic Courtès.
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 openpgp_sources = keyring.c
24 if ENABLE_OPENPGP
25 TESTS_ENVIRONMENT = $(VALGRIND)
27 TESTS = keyring
29 check_PROGRAMS = keyring
31 AM_CPPFLAGS = -I$(top_srcdir)/includes -I$(top_builddir)/includes       \
32               -I$(top_srcdir)/tests
33 LDADD = -L$(top_builddir)/libextra -lgnutls-extra       \
34         -L$(top_builddir)/lib      -lgnutls             \
35         -L$(top_builddir)/tests    -lutils
37 else
39 EXTRA_DIST = $(openpgp_sources)
41 endif