0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 01:37:56 +08: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:
Luca Boccassi 2016-09-01 13:23:09 +01:00
parent aac9e54f8d
commit e00b2c4b08

View File

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