aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-07-10 19:30:34 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-07-10 19:30:34 +0300
commiteb66a000db9b2726411c8c0f132c0278bd18c1a3 (patch)
tree75ac3f8e43b7c9de7fd2c679f394ded3662c32b5
parentb06fb7d30415eec1d2efb39286ab96070c724fd4 (diff)
downloadgrecs-eb66a000db9b2726411c8c0f132c0278bd18c1a3.tar.gz
grecs-eb66a000db9b2726411c8c0f132c0278bd18c1a3.tar.bz2
Bugfixes
* src/.gitignore: Remove grecs.h * tests/Makefile.am: Fix AM_CPPFLAGS
-rw-r--r--Makefile.am2
-rw-r--r--src/.gitignore1
-rw-r--r--tests/Makefile.am2
3 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 38c8782..4fdef33 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@
ACLOCAL_AMFLAGS = -I am
SUBDIRS=. include src @GRECS_TESTDIR@ @GRECS_DOCDIR@
-# Wordsplit components.
+# Wordsplit components.
WORDSPLIT_SRC = wordsplit/wordsplit.c wordsplit/wordsplit.h
WORDSPLIT_TEST = wordsplit/wordsplit.at wordsplit/wsp.c
WORDSPLIT_DOC = wordsplit/wordsplit.3
diff --git a/src/.gitignore b/src/.gitignore
index 11738ff..fb21d00 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -14,7 +14,6 @@ bind-gram.c
bind-gram.h
bind-gram.output
bind-lex.c
-grecs.h
Make-inst.in
Make-shared.in
Make-static.in
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a8ca2d3..dc999e8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -161,7 +161,7 @@ if GRECS_COND_JSON
endif
LDADD = @GRECS_LDADD@ $(LIBINTL) @GRECS_HOST_PROJECT_LDADD@
-AM_CPPFLAGS = @GRECS_INCLUDES@ @GRECS_HOST_PROJECT_INCLUDES@
+AM_CPPFLAGS = @GRECS_INCLUDES@ @GRECS_HOST_PROJECT_INCLUDES@ -I$(srcdir)
# Wordsplit testsuite
WSTEST = $(srcdir)/wstest

Return to:

Send suggestions and report system problems to the System administrator.