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:
frsyuki 2009-02-15 09:09:56 +00:00
parent 97bc0441b1
commit b5f13e7d26
23 changed files with 218 additions and 48 deletions

20
cpp/Makefile.am Normal file
View 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 $< > $@