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
@@ -17,7 +17,7 @@
17ACLOCAL_AMFLAGS = -I am 17ACLOCAL_AMFLAGS = -I am
18SUBDIRS=. include src @GRECS_TESTDIR@ @GRECS_DOCDIR@ 18SUBDIRS=. include src @GRECS_TESTDIR@ @GRECS_DOCDIR@
19 19
20# Wordsplit components. 20# Wordsplit components.
21WORDSPLIT_SRC = wordsplit/wordsplit.c wordsplit/wordsplit.h 21WORDSPLIT_SRC = wordsplit/wordsplit.c wordsplit/wordsplit.h
22WORDSPLIT_TEST = wordsplit/wordsplit.at wordsplit/wsp.c 22WORDSPLIT_TEST = wordsplit/wordsplit.at wordsplit/wsp.c
23WORDSPLIT_DOC = wordsplit/wordsplit.3 23WORDSPLIT_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
14bind-gram.h 14bind-gram.h
15bind-gram.output 15bind-gram.output
16bind-lex.c 16bind-lex.c
17grecs.h
18Make-inst.in 17Make-inst.in
19Make-shared.in 18Make-shared.in
20Make-static.in 19Make-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
161endif 161endif
162 162
163LDADD = @GRECS_LDADD@ $(LIBINTL) @GRECS_HOST_PROJECT_LDADD@ 163LDADD = @GRECS_LDADD@ $(LIBINTL) @GRECS_HOST_PROJECT_LDADD@
164AM_CPPFLAGS = @GRECS_INCLUDES@ @GRECS_HOST_PROJECT_INCLUDES@ 164AM_CPPFLAGS = @GRECS_INCLUDES@ @GRECS_HOST_PROJECT_INCLUDES@ -I$(srcdir)
165 165
166# Wordsplit testsuite 166# Wordsplit testsuite
167WSTEST = $(srcdir)/wstest 167WSTEST = $(srcdir)/wstest

Return to:

Send suggestions and report system problems to the System administrator.