fix inclusion of cmake modules in dist

This commit is contained in:
Min RK 2018-01-12 16:36:55 -08:00
parent 5f8488de6d
commit 35c4b68a09
2 changed files with 2 additions and 6 deletions

View File

@ -867,9 +867,7 @@ XFAIL_TESTS += test_ipc_wildcard \
endif
EXTRA_DIST = \
FindSodium.cmake \
CMakeLists.txt \
builds/cmake/ZeroMQConfig.cmake.in \
autogen.sh \
version.sh \
src/libzmq.pc.cmake.in \

View File

@ -16,12 +16,10 @@ EXTRA_DIST = \
mingw32/Makefile.mingw32 \
mingw32/platform.hpp \
cmake/Modules \
cmake/Modules/FindAsciiDoc.cmake \
cmake/Modules/TestZMQVersion.cmake \
cmake/Modules/ZMQSourceRunChecks.cmake \
cmake/NSIS.template32.in \
cmake/platform.hpp.in \
cmake/NSIS.template64.in \
cmake/ZeroMQConfig.cmake.in \
cmake/platform.hpp.in \
valgrind/valgrind.supp \
valgrind/vg \
nuget/readme.nuget \