aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-05-16 00:11:58 +0300
committerSergey Poznyakoff <gray@gnu.org>2014-05-16 00:11:58 +0300
commitadf76dcb839c5108b5a21d6cde085c9ba6fd8ec5 (patch)
tree0c30b46c33f8e8268a9be4487e2b5b98b522acc8 /testsuite
parent13833240766aacc111f90c205d5dfe4373fa1e48 (diff)
downloadanubis-adf76dcb839c5108b5a21d6cde085c9ba6fd8ec5.tar.gz
anubis-adf76dcb839c5108b5a21d6cde085c9ba6fd8ec5.tar.bz2
Update for the recent automake version
* gint: Upgrade. * lib/.gitignore: Add new files. * src/Makefile.am: Use AM_CPPFLAGS instead of the obsolete INCLUDES. * testsuite/Makefile.am: Likewise.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index ef5fba7..c60e248 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -25,7 +25,7 @@ noinst_PROGRAMS = mta findport
SUBDIRS = . etc data
mta_LDADD = @LIBGNUTLS_LIBS@
-INCLUDES = @LIBGNUTLS_INCLUDES@
+AM_CPPFLAGS = @LIBGNUTLS_INCLUDES@
dist-hook:
here=`cd $(top_builddir)/$(subdir) && pwd`; \

Return to:

Send suggestions and report system problems to the System administrator.