Added cpp_config.hpp to install files.

This commit is contained in:
Takatoshi Kondo
2014-07-24 07:52:20 +09:00
parent ecdeec9948
commit bfa428ab13
2 changed files with 104 additions and 104 deletions

View File

@@ -78,6 +78,7 @@ LIST (APPEND msgpack_HEADERS
IF (MSGPACK_ENABLE_CXX) IF (MSGPACK_ENABLE_CXX)
LIST (APPEND msgpack_HEADERS LIST (APPEND msgpack_HEADERS
include/msgpack.hpp include/msgpack.hpp
include/msgpack/cpp_config.hpp
include/msgpack/sbuffer.hpp include/msgpack/sbuffer.hpp
include/msgpack/vrefbuffer.hpp include/msgpack/vrefbuffer.hpp
include/msgpack/zbuffer.hpp include/msgpack/zbuffer.hpp

View File

@@ -1,4 +1,3 @@
lib_LTLIBRARIES = libmsgpack.la lib_LTLIBRARIES = libmsgpack.la
AM_CPPFLAGS = -I../include AM_CPPFLAGS = -I../include
@@ -53,6 +52,7 @@ nobase_include_HEADERS = \
if ENABLE_CXX if ENABLE_CXX
nobase_include_HEADERS += \ nobase_include_HEADERS += \
../include/msgpack.hpp \ ../include/msgpack.hpp \
../include/msgpack/cpp_config.hpp \
../include/msgpack/sbuffer.hpp \ ../include/msgpack/sbuffer.hpp \
../include/msgpack/vrefbuffer.hpp \ ../include/msgpack/vrefbuffer.hpp \
../include/msgpack/zbuffer.hpp \ ../include/msgpack/zbuffer.hpp \
@@ -106,4 +106,3 @@ doxygen_cpp:
doxygen Doxyfile_cpp doxygen Doxyfile_cpp
doxygen: doxygen_c doxygen_cpp doxygen: doxygen_c doxygen_cpp