aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-01-19 17:47:34 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-01-19 17:47:34 +0200
commit1dc8df0731f977da79b9b91f2d9bb6f4f5c50fe2 (patch)
tree854e1cd1885b7084addff5b98a979eb4f47c0bbe /tests
parent32255759a59fac277526a597ac8a3a2da5416d7a (diff)
downloadeclat-1dc8df0731f977da79b9b91f2d9bb6f4f5c50fe2.tar.gz
eclat-1dc8df0731f977da79b9b91f2d9bb6f4f5c50fe2.tar.bz2
Use AM_CPPFLAGS instead of the obsolete INCLUDES.
* lib/Makefile.am: Update. * src/Makefile.am: Update. * tests/Makefile.am: Update.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0a302a6..80b5a4f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Eclat
-# Copyright (C) 2012 Sergey Poznyakoff
+# Copyright (C) 2012, 2013 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -118,7 +118,7 @@ noinst_PROGRAMS = \
txml
LDADD = ../lib/libeclat.a ../grecs/src/libgrecs.a
-INCLUDES = -I$(top_srcdir)/grecs/src/ -I$(top_srcdir)/lib
+AM_CPPFLAGS = -I$(top_srcdir)/grecs/src/ -I$(top_srcdir)/lib
gdbmload_LDADD=../lib/libeclat.a ../grecs/src/libgrecs.a @MAPLIBS@

Return to:

Send suggestions and report system problems to the System administrator.