aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-13 23:43:07 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-13 23:43:07 +0300
commit3b336240d9ac05bac621568b95086dbff2371acd (patch)
treec4a1f208ce8f33300f7e31811b79aa921f9e357e /tests
parent4c1056b45580fcb687cac656834f42dd9fba4ae8 (diff)
downloadgrecs-3b336240d9ac05bac621568b95086dbff2371acd.tar.gz
grecs-3b336240d9ac05bac621568b95086dbff2371acd.tar.bz2
Improvements in git2chg.awk and grecs setup sequence.
* build-aux/git2chg.awk: New configuration variables: since=YYYY-MM-DD, to cut off entries earlier than the given date, and append=FILE, to append FILE to the generated ChangeLog. * am/grecs.m4 (GRECS_HOST_PROJECT_INCLUDES): New substitution variable. * src/Make.am (INCLUDES): Expand GRECS_HOST_PROJECT_INCLUDES. * tests/Makefile.am: Likewise.
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 0bf7752..df8739a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -87,7 +87,7 @@ noinst_PROGRAMS = \
gcfver
LDADD = @GRECS_LDADD@
-INCLUDES = @GRECS_INCLUDES@
+INCLUDES = @GRECS_INCLUDES@ @GRECS_HOST_PROJECT_INCLUDES@

Return to:

Send suggestions and report system problems to the System administrator.