mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-26 18:11:30 +02:00
Add missing files to Makefile.am
This commit is contained in:
parent
9e4dfb2484
commit
2b38389f68
@ -8,7 +8,7 @@ DOC_FILES = \
|
||||
msgpack_vc8.sln
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(DOC_FILES) CMakeLists.txt test/CMakeLists.txt
|
||||
$(DOC_FILES) CMakeLists.txt test/CMakeLists.txt example
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = msgpack.pc
|
||||
|
@ -183,6 +183,7 @@ nobase_include_HEADERS += \
|
||||
../include/msgpack/adaptor/check_container_size.hpp \
|
||||
../include/msgpack/adaptor/cpp11/array.hpp \
|
||||
../include/msgpack/adaptor/cpp11/array_char.hpp \
|
||||
../include/msgpack/adaptor/cpp11/array_unsigned_char.hpp \
|
||||
../include/msgpack/adaptor/cpp11/forward_list.hpp \
|
||||
../include/msgpack/adaptor/cpp11/shared_ptr.hpp \
|
||||
../include/msgpack/adaptor/cpp11/tuple.hpp \
|
||||
@ -215,6 +216,7 @@ nobase_include_HEADERS += \
|
||||
../include/msgpack/adaptor/vector.hpp \
|
||||
../include/msgpack/adaptor/vector_bool.hpp \
|
||||
../include/msgpack/adaptor/vector_char.hpp \
|
||||
../include/msgpack/adaptor/vector_unsigned_char.hpp \
|
||||
../include/msgpack/cpp_config.hpp \
|
||||
../include/msgpack/detail/cpp03_zone.hpp \
|
||||
../include/msgpack/detail/cpp11_zone.hpp \
|
||||
|
@ -88,4 +88,4 @@ multi_file_SOURCES = multi_file1.cpp multi_file2.cpp
|
||||
|
||||
buffer_LDADD = -lz
|
||||
|
||||
EXTRA_DIST = cases.mpac cases_compact.mpac
|
||||
EXTRA_DIST = cases.mpac cases_compact.mpac test_allocator.hpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user