mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
lang/c/msgpack: autotoolized
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@59 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
This commit is contained in:
parent
97bc0441b1
commit
b5f13e7d26
23 changed files with 218 additions and 48 deletions
20
cpp/Makefile.am
Normal file
20
cpp/Makefile.am
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
lib_LTLIBRARIES = libmsgpack.la
|
||||
|
||||
libmsgpack_la_SOURCES = \
|
||||
object.cpp \
|
||||
unpack.cpp \
|
||||
unpack_inline.cpp \
|
||||
zone.cpp
|
||||
|
||||
nobase_include_HEADERS = \
|
||||
msgpack/pack.hpp \
|
||||
msgpack/unpack.hpp \
|
||||
msgpack/object.hpp \
|
||||
msgpack/zone.hpp
|
||||
|
||||
noinst_HEADERS = \
|
||||
unpack_context.hpp
|
||||
|
||||
zone.hpp: zone.hpp.erb
|
||||
erb $< > $@
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue