aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-07-10 20:05:14 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-07-10 20:05:14 +0300
commit45f329477f5bc8b2259cf11b489095ac94b0a813 (patch)
tree9dea96aa8cbb144a3c8f093fbaf0a7bc478af08e /tests/Makefile.am
parenta3e4314631601e98d63a9b702cb31931ec5222b3 (diff)
downloadvmod-dbrw-45f329477f5bc8b2259cf11b489095ac94b0a813.tar.gz
vmod-dbrw-45f329477f5bc8b2259cf11b489095ac94b0a813.tar.bz2
Use wordsplit for a submodule
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 28b795f..19126ab 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -78,7 +78,11 @@ check_PROGRAMS = initdb
initdb_SOURCES = initdb.c
initdb_LDADD = ../src/libsql.la
initdb_CFLAGS = $(AM_CFLAGS)
-AM_CPPFLAGS = $(VARNISHAPI_CFLAGS) -I$(top_srcdir)/src -I$(top_builddir)/src
+AM_CPPFLAGS = \
+ $(VARNISHAPI_CFLAGS)\
+ -I$(top_srcdir)/src\
+ -I$(top_builddir)/src\
+ -I$(top_srcdir)/wordsplit

Return to:

Send suggestions and report system problems to the System administrator.