mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 04:52:59 +01:00
Fix Makefile.am to install fbuffer.h and fbuffer.hpp
This commit is contained in:
parent
c9f342f4b2
commit
c868da2879
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user