File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ LIST (APPEND msgpack_HEADERS
8383 include /msgpack/unpack_template.h
8484 include /msgpack/util.h
8585 include /msgpack/sysdep.h
86+ include /msgpack/gcc_atomic.h
8687 include /msgpack/sbuffer.h
8788 include /msgpack/version .h
8889 include /msgpack/vrefbuffer.h
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ test -f AUTHORS || touch AUTHORS
3636test -f COPYING || touch COPYING
3737test -f ChangeLog || touch ChangeLog
3838test -f NEWS || touch NEWS
39+ test -f NOTICE || touch NOTICE
3940test -f README || cp -f README.md README
4041
4142ACLOCAL=" aclocal"
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ nobase_include_HEADERS = \
3838 ../include/msgpack/unpack_template.h \
3939 ../include/msgpack/util.h \
4040 ../include/msgpack/sysdep.h \
41+ ../include/msgpack/gcc_atomic.h \
4142 ../include/msgpack.h \
4243 ../include/msgpack/sbuffer.h \
4344 ../include/msgpack/version.h \
You can’t perform that action at this time.
0 commit comments