Skip to content

Commit d640395

Browse files
committed
Fixed 'make dist'.
1 parent 9b15682 commit d640395

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile.am

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ DOC_FILES = \
55
LICENSE \
66
NOTICE \
77
msgpack_vc8.vcproj \
8-
msgpack_vc8.sln \
9-
msgpack_vc.postbuild.bat
8+
msgpack_vc8.sln
109

1110
EXTRA_DIST = \
1211
$(DOC_FILES) CMakeLists.txt test/CMakeLists.txt
@@ -18,4 +17,3 @@ doxygen:
1817
./preprocess clean
1918
cd src && $(MAKE) doxygen
2019
./preprocess
21-

src/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,8 @@ endif
504504

505505
EXTRA_DIST = \
506506
../erb/cpp03_zone.hpp.erb \
507-
../erb/cpp03_define.hpp.erb \
507+
../erb/cpp03_define_array.hpp.erb \
508+
../erb/cpp03_define_map.hpp.erb \
508509
../erb/cpp03_msgpack_tuple.hpp.erb
509510

510511

0 commit comments

Comments
 (0)