mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
lang/c/msgpack: added license notifications
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@60 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
This commit is contained in:
parent
b5f13e7d26
commit
a721837ed0
31 changed files with 332 additions and 11 deletions
|
|
@ -7,6 +7,7 @@ libmsgpack_la_SOURCES = \
|
|||
zone.cpp
|
||||
|
||||
nobase_include_HEADERS = \
|
||||
msgpack.hpp \
|
||||
msgpack/pack.hpp \
|
||||
msgpack/unpack.hpp \
|
||||
msgpack/object.hpp \
|
||||
|
|
@ -15,6 +16,10 @@ nobase_include_HEADERS = \
|
|||
noinst_HEADERS = \
|
||||
unpack_context.hpp
|
||||
|
||||
zone.hpp: zone.hpp.erb
|
||||
msgpack/zone.hpp: msgpack/zone.hpp.erb
|
||||
erb $< > $@
|
||||
|
||||
MOSTLYCLEANFILES = zone.hpp
|
||||
|
||||
libmsgpack_la_LDFLAGS = -version-info 0:0:0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue