aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorkosako <kosako@sofnec.co.jp>2016-03-25 18:50:30 +0900
committerkosako <kosako@sofnec.co.jp>2016-03-25 18:50:30 +0900
commit8e8e346882cfa5de4de86c97944bd77dbfc54f15 (patch)
tree4bd69bf4845c2206f2ddd387b7a76fa7ff678613 /test/Makefile.am
parent015bc4a30687661ee20cf069930682fce0925302 (diff)
downloadoniguruma-8e8e346882cfa5de4de86c97944bd77dbfc54f15.zip
oniguruma-8e8e346882cfa5de4de86c97944bd77dbfc54f15.tar.gz
oniguruma-8e8e346882cfa5de4de86c97944bd77dbfc54f15.tar.bz2
add AM_LDFLAGS
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 699f5ea..7756b3a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,6 +1,7 @@
## Makefile.am for Oniguruma
lib_onig = ../src/libonig.la
+AM_LDFLAGS = -L$(prefix)/lib
AM_CFLAGS =
AM_CPPFLAGS = -I../src -I$(includedir)