commit | b02774f42108aaf18eb19865472c8d5cd95b5f11 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Dec 04 21:28:28 2018 +0100 |
committer | GitHub <noreply@github.com> | Tue Dec 04 21:28:28 2018 +0100 |
tree | 94acbfdbd6fea63a29cfd68336ae3eef33890fb5 | |
parent | 0091f349cde179ea991f4ee4d095119cd1fc3802 [diff] |
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.