mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
cpp: build libmsgpackc.so for backward compatibility.
This commit is contained in:
parent
9fbca83ac0
commit
68f60568ac
2 changed files with 24 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue