mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-18 11:39:02 +02:00
Fix Makefile.am to install fbuffer.h and fbuffer.hpp
This commit is contained in:
@@ -47,6 +47,7 @@ nobase_include_HEADERS = \
|
|||||||
msgpack/version.h \
|
msgpack/version.h \
|
||||||
msgpack/vrefbuffer.h \
|
msgpack/vrefbuffer.h \
|
||||||
msgpack/zbuffer.h \
|
msgpack/zbuffer.h \
|
||||||
|
msgpack/fbuffer.h \
|
||||||
msgpack/pack.h \
|
msgpack/pack.h \
|
||||||
msgpack/unpack.h \
|
msgpack/unpack.h \
|
||||||
msgpack/object.h \
|
msgpack/object.h \
|
||||||
@@ -58,6 +59,7 @@ nobase_include_HEADERS += \
|
|||||||
msgpack/sbuffer.hpp \
|
msgpack/sbuffer.hpp \
|
||||||
msgpack/vrefbuffer.hpp \
|
msgpack/vrefbuffer.hpp \
|
||||||
msgpack/zbuffer.hpp \
|
msgpack/zbuffer.hpp \
|
||||||
|
msgpack/fbuffer.hpp \
|
||||||
msgpack/pack.hpp \
|
msgpack/pack.hpp \
|
||||||
msgpack/unpack.hpp \
|
msgpack/unpack.hpp \
|
||||||
msgpack/object.hpp \
|
msgpack/object.hpp \
|
||||||
|
Reference in New Issue
Block a user