Skip to content

Commit 2b38389

Browse files
committed
Add missing files to Makefile.am
1 parent 9e4dfb2 commit 2b38389

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DOC_FILES = \
88
msgpack_vc8.sln
99

1010
EXTRA_DIST = \
11-
$(DOC_FILES) CMakeLists.txt test/CMakeLists.txt
11+
$(DOC_FILES) CMakeLists.txt test/CMakeLists.txt example
1212

1313
pkgconfigdir = $(libdir)/pkgconfig
1414
pkgconfig_DATA = msgpack.pc

src/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ nobase_include_HEADERS += \
183183
../include/msgpack/adaptor/check_container_size.hpp \
184184
../include/msgpack/adaptor/cpp11/array.hpp \
185185
../include/msgpack/adaptor/cpp11/array_char.hpp \
186+
../include/msgpack/adaptor/cpp11/array_unsigned_char.hpp \
186187
../include/msgpack/adaptor/cpp11/forward_list.hpp \
187188
../include/msgpack/adaptor/cpp11/shared_ptr.hpp \
188189
../include/msgpack/adaptor/cpp11/tuple.hpp \
@@ -215,6 +216,7 @@ nobase_include_HEADERS += \
215216
../include/msgpack/adaptor/vector.hpp \
216217
../include/msgpack/adaptor/vector_bool.hpp \
217218
../include/msgpack/adaptor/vector_char.hpp \
219+
../include/msgpack/adaptor/vector_unsigned_char.hpp \
218220
../include/msgpack/cpp_config.hpp \
219221
../include/msgpack/detail/cpp03_zone.hpp \
220222
../include/msgpack/detail/cpp11_zone.hpp \

test/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ multi_file_SOURCES = multi_file1.cpp multi_file2.cpp
8888

8989
buffer_LDADD = -lz
9090

91-
EXTRA_DIST = cases.mpac cases_compact.mpac
91+
EXTRA_DIST = cases.mpac cases_compact.mpac test_allocator.hpp

0 commit comments

Comments
 (0)