mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
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:
parent
ae31587e4d
commit
a4ae43e036
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user