Skip to content

Commit c868da2

Browse files
committed
Fix Makefile.am to install fbuffer.h and fbuffer.hpp
1 parent c9f342f commit c868da2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ nobase_include_HEADERS = \
4747
msgpack/version.h \
4848
msgpack/vrefbuffer.h \
4949
msgpack/zbuffer.h \
50+
msgpack/fbuffer.h \
5051
msgpack/pack.h \
5152
msgpack/unpack.h \
5253
msgpack/object.h \
@@ -58,6 +59,7 @@ nobase_include_HEADERS += \
5859
msgpack/sbuffer.hpp \
5960
msgpack/vrefbuffer.hpp \
6061
msgpack/zbuffer.hpp \
62+
msgpack/fbuffer.hpp \
6163
msgpack/pack.hpp \
6264
msgpack/unpack.hpp \
6365
msgpack/object.hpp \

0 commit comments

Comments
 (0)