diff --git a/Makefile.am b/Makefile.am index 0963e880..e385a4d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,8 +5,7 @@ DOC_FILES = \ LICENSE \ NOTICE \ msgpack_vc8.vcproj \ - msgpack_vc8.sln \ - msgpack_vc.postbuild.bat + msgpack_vc8.sln EXTRA_DIST = \ $(DOC_FILES) CMakeLists.txt test/CMakeLists.txt @@ -18,4 +17,3 @@ doxygen: ./preprocess clean cd src && $(MAKE) doxygen ./preprocess - diff --git a/src/Makefile.am b/src/Makefile.am index b15c31a0..9bcf3ab6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -504,7 +504,8 @@ endif EXTRA_DIST = \ ../erb/cpp03_zone.hpp.erb \ - ../erb/cpp03_define.hpp.erb \ + ../erb/cpp03_define_array.hpp.erb \ + ../erb/cpp03_define_map.hpp.erb \ ../erb/cpp03_msgpack_tuple.hpp.erb