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
@@ -14,13 +14,13 @@
# You should have received a copy of the GNU General Public License
# along with Grecs. If not, see <http://www.gnu.org/licenses/>.
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
EXTRA_DIST=build-aux/yyrename @GRECS_BUILD_AUX@ @GRECS_DISTDOC@ gitid.h\
$(WORDSPLIT_SRC) @GRECS_EXTRA_DIST@
diff --git a/src/.gitignore b/src/.gitignore
index 11738ff..fb21d00 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -11,13 +11,12 @@ meta1-gram.h
meta1-gram.output
meta1-lex.c
bind-gram.c
bind-gram.h
bind-gram.output
bind-lex.c
-grecs.h
Make-inst.in
Make-shared.in
Make-static.in
json-gram.c
json-gram.h
json-gram.output
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a8ca2d3..dc999e8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -158,13 +158,13 @@ noinst_PROGRAMS = \
if GRECS_COND_JSON
noinst_PROGRAMS += 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
EXTRA_DIST += wstest wspackage.m4 wordsplit-version.h
$(WSTEST): $(top_srcdir)/@GRECS_SUBDIR@/wordsplit/wordsplit.at $(srcdir)/wspackage.m4
$(AM_V_GEN)$(AUTOTEST) -I $(srcdir) \

Return to:

Send suggestions and report system problems to the System administrator.