]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35296: make install now installs the internal API (GH-10665) (GH-10897)
authorVictor Stinner <vstinner@redhat.com>
Tue, 4 Dec 2018 20:28:28 +0000 (21:28 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Dec 2018 20:28:28 +0000 (21:28 +0100)
commitb02774f42108aaf18eb19865472c8d5cd95b5f11
tree94acbfdbd6fea63a29cfd68336ae3eef33890fb5
parent0091f349cde179ea991f4ee4d095119cd1fc3802
bpo-35296: make install now installs the internal API (GH-10665) (GH-10897)

* bpo-35296: make install now installs the internal API (GH-10665)

make install now also installs the internal API: Include/internal/*.h
header files.

(cherry picked from commit f653fd4d950ac092719b6152e38d77c62b443125)

* Windows installer now also install Include/internal/

The Windows installer (MSI) now also install header files of the
Include/internal/ subdirectory.
Makefile.pre.in
Misc/NEWS.d/next/Build/2018-12-04-17-10-17.bpo-35296.2ktH40.rst [new file with mode: 0644]
Misc/NEWS.d/next/C API/2018-11-22-18-34-23.bpo-35296.nxrIQt.rst [new file with mode: 0644]
Tools/msi/dev/dev.wixproj