Commit a4ae43e0 authored by Luca Boccassi's avatar Luca Boccassi

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.
parent ae31587e
......@@ -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 = \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment