diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2009-06-07 14:59:50 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2009-06-07 14:59:50 +0900 |
| commit | 8ed1d61529cb7d7e9577e648773fd8c91d87b9cf (patch) | |
| tree | 119c84f16d260536e62210ed1b9a83c0e034b351 /cpp/Makefile.am | |
| parent | f6cc274bbc2f241b608221befc7a1156ae9af888 (diff) | |
| download | msgpack-python-8ed1d61529cb7d7e9577e648773fd8c91d87b9cf.tar.gz | |
add msgpack_vrefbuffer, msgpack::vrefbuffer
Diffstat (limited to 'cpp/Makefile.am')
| -rw-r--r-- | cpp/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index 76770f4..b9126f8 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -6,6 +6,7 @@ libmsgpack_la_SOURCES = \ nobase_include_HEADERS = \ msgpack.hpp \ msgpack/sbuffer.hpp \ + msgpack/vrefbuffer.hpp \ msgpack/pack.hpp \ msgpack/unpack.hpp \ msgpack/object.hpp \ |
