aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorK.Kosako <kkosako0@gmail.com>2017-09-07 22:25:05 +0900
committerK.Kosako <kkosako0@gmail.com>2017-09-07 22:25:05 +0900
commit1337755c2758a62057ef95f1cff1b9466f533301 (patch)
tree4da94e4574aba636682e039b2942a274f2188207 /test/Makefile.am
parent4318273032eaee98b595ad6845dad68e7be416b1 (diff)
downloadoniguruma-1337755c2758a62057ef95f1cff1b9466f533301.zip
oniguruma-1337755c2758a62057ef95f1cff1b9466f533301.tar.gz
oniguruma-1337755c2758a62057ef95f1cff1b9466f533301.tar.bz2
fix #68 : Compilation failure in out-of-source build
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 2930e7f..9643bb0 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -3,7 +3,7 @@ lib_onig = ../src/libonig.la
AM_LDFLAGS = -L$(prefix)/lib
AM_CFLAGS =
-AM_CPPFLAGS = -I../src -I$(includedir)
+AM_CPPFLAGS = -I$(top_srcdir)/src -I$(includedir)
TESTS = test_utf8 testc testp testcu