From 3d32de205211ca91d21941273db306a759ccc3ba Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 5 Jan 2015 15:42:02 +0100 Subject: 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 --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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) -- cgit v1.2.1