1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-07 08:02:56 +03:00

cmake: include CMake files in the release tarballs

Despite we announced the CMake support in libssh2-1.6.0 release notes,
the files required by the CMake build system were not included in the
release tarballs.  Hence, the only way to use CMake for build was the
upstream git repository.

This commit makes CMake actually supported in the release tarballs.
This commit is contained in:
Kamil Dudka
2015-07-02 12:50:29 +02:00
parent 13f8addd1b
commit d48d7c3a87
5 changed files with 7 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# $Id: Makefile.am,v 1.37 2009/03/26 15:41:15 bagder Exp $
EXTRA_DIST = template.3 BINDINGS INSTALL_AUTOTOOLS INSTALL_CMAKE HACKING TODO \
AUTHORS
AUTHORS CMakeLists.txt
dist_man_MANS = \
libssh2_agent_connect.3 \