summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-01-05 15:42:02 +0100
committerWerner Koch <wk@gnupg.org>2015-01-05 15:43:21 +0100
commit3d32de205211ca91d21941273db306a759ccc3ba (patch)
tree978968cdc457cb3614a5ae0fc86fc823965a55e2 /tests
parenta672a1510456f3f12769938ab95c50ec6904e42e (diff)
downloadlibgpg-error-3d32de205211ca91d21941273db306a759ccc3ba.tar.gz
build: Require automake 1.14.
* configure.ac (AM_INIT_AUTOMAKE): Add serial-tests. * tests/Makefile.am (INCLUDES): Replace by AM_CPPFLAGS. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0927e27..5cbd9f4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -29,7 +29,7 @@ gpg_error_lib = ../src/libgpg-error.la
TESTS = t-version t-strerror t-syserror t-lock t-printf
-INCLUDES = -I$(top_builddir)/src $(extra_includes)
+AM_CPPFLAGS = -I$(top_builddir)/src $(extra_includes)
AM_LDFLAGS = -no-install
LDADD = $(gpg_error_lib)