Problem: CMake build from dist tarball broken

Solution: include src/version.rc.in and tests/CMakeLists.txt in the
make dist tarball by adding them to makefile.am EXTRA_DIST list.
This commit is contained in:
Luca Boccassi 2016-09-01 13:15:02 +01:00
parent ae31587e4d
commit a4ae43e036

View File

@ -786,6 +786,8 @@ EXTRA_DIST = \
version.sh \
src/libzmq.pc.cmake.in \
src/libzmq.vers \
src/version.rc.in \
tests/CMakeLists.txt \
tools/curve_keygen.cpp
MAINTAINERCLEANFILES = \