summaryrefslogtreecommitdiff
path: root/cpp/test/Makefile.am
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@users.sourceforge.jp>2010-04-26 21:52:19 +0900
committerfrsyuki <frsyuki@users.sourceforge.jp>2010-04-26 21:52:19 +0900
commit68f60568acdafb2205c1436b61bfcaf0087b1572 (patch)
tree20878874062da3a8858efac0552a09496a1640d9 /cpp/test/Makefile.am
parent9fbca83ac0ba0017d22cd84b696cff3baa1cde23 (diff)
downloadmsgpack-python-68f60568acdafb2205c1436b61bfcaf0087b1572.tar.gz
cpp: build libmsgpackc.so for backward compatibility.
Diffstat (limited to 'cpp/test/Makefile.am')
-rw-r--r--cpp/test/Makefile.am14
1 files changed, 8 insertions, 6 deletions
diff --git a/cpp/test/Makefile.am b/cpp/test/Makefile.am
index a80f319..2b96669 100644
--- a/cpp/test/Makefile.am
+++ b/cpp/test/Makefile.am
@@ -1,13 +1,15 @@
+AM_CPPFLAGS = -I..
+AM_C_CPPFLAGS = -I..
AM_LDFLAGS = ../libmsgpack.la -lgtest_main
check_PROGRAMS = \
- zone \
- pack_unpack \
- streaming \
- object \
- convert \
- buffer
+ zone \
+ pack_unpack \
+ streaming \
+ object \
+ convert \
+ buffer
TESTS = $(check_PROGRAMS)