cpp: build libmsgpackc.so for backward compatibility.

This commit is contained in:
frsyuki 2010-04-26 21:52:19 +09:00
parent 9fbca83ac0
commit 68f60568ac
2 changed files with 24 additions and 6 deletions

View file

@ -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)