aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
@@ -19,3 +19,3 @@ SUBDIRS=. include src @GRECS_TESTDIR@ @GRECS_DOCDIR@
-# Wordsplit components.
+# Wordsplit components.
WORDSPLIT_SRC = wordsplit/wordsplit.c wordsplit/wordsplit.h
diff --git a/src/.gitignore b/src/.gitignore
index 11738ff..fb21d00 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -16,3 +16,2 @@ bind-gram.output
bind-lex.c
-grecs.h
Make-inst.in
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a8ca2d3..dc999e8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -163,3 +163,3 @@ 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)

Return to:

Send suggestions and report system problems to the System administrator.