diff options
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 4 | ||||
-rw-r--r-- | tests/gpg/Makefile.am | 4 | ||||
-rw-r--r-- | tests/gpgsm/Makefile.am | 4 | ||||
-rw-r--r-- | tests/opassuan/Makefile.am | 20 |
4 files changed, 12 insertions, 20 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 0ecdab21..4b465d8e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,9 +25,7 @@ TESTS = t-version t-data t-engine-info EXTRA_DIST = t-data-1.txt t-data-2.txt ChangeLog-2011 -INCLUDES = -I$(top_builddir)/src - -AM_CPPFLAGS = @GPG_ERROR_CFLAGS@ +AM_CPPFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@ LDADD = ../src/libgpgme.la @GPG_ERROR_LIBS@ noinst_HEADERS = run-support.h diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index 5c1266ec..5f40dfe2 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -57,9 +57,7 @@ EXTRA_DIST = start-stop-agent initial.test final.test \ pubdemo.asc secdemo.asc cipher-1.asc cipher-2.asc \ geheim.txt pubkey-1.asc seckey-1.asc pinentry $(private_keys) -INCLUDES = -I$(top_builddir)/src - -AM_CPPFLAGS = @GPG_ERROR_CFLAGS@ +AM_CPPFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@ LDADD = ../../src/libgpgme.la t_thread1_LDADD = ../../src/libgpgme-pthread.la -lpthread diff --git a/tests/gpgsm/Makefile.am b/tests/gpgsm/Makefile.am index ecc53a61..bf616d32 100644 --- a/tests/gpgsm/Makefile.am +++ b/tests/gpgsm/Makefile.am @@ -29,9 +29,7 @@ TESTS = t-import t-keylist t-encrypt t-verify t-decrypt t-sign t-export EXTRA_DIST = cert_dfn_pca01.der cert_dfn_pca15.der cert_g10code_test1.der \ $(key_id) -INCLUDES = -I$(top_builddir)/src - -AM_CPPFLAGS = @GPG_ERROR_CFLAGS@ +AM_CPPFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@ LDADD = ../../src/libgpgme.la # We don't run t-genkey in the test suite, because it takes too long diff --git a/tests/opassuan/Makefile.am b/tests/opassuan/Makefile.am index 2446007e..31d26edd 100644 --- a/tests/opassuan/Makefile.am +++ b/tests/opassuan/Makefile.am @@ -1,35 +1,33 @@ # Copyright (C) 2009 g10 Code GmbH -# +# # This file is part of GPGME. -# +# # GPGME is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as # published by the Free Software Foundation; either version 2.1 of the # License, or (at your option) any later version. -# +# # GPGME is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General # Public License for more details. -# +# # You should have received a copy of the GNU Lesser General Public # License along with this program; if not, see <http://www.gnu.org/licenses/>. ## Process this file with automake to produce Makefile.in -TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) GPG_AGENT_INFO= +TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) GPG_AGENT_INFO= noinst_HEADERS = -TESTS = +TESTS = -EXTRA_DIST = +EXTRA_DIST = -INCLUDES = -I$(top_builddir)/src - -AM_CPPFLAGS = @GPG_ERROR_CFLAGS@ +AM_CPPFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@ LDADD = ../../src/libgpgme.la noinst_PROGRAMS = $(TESTS) t-command -DISTCLEANFILES = +DISTCLEANFILES = |