Staging
v0.5.2
https://github.com/python/cpython
Raw File
Tip revision: d8c174afd5842e95627d6ee13dadc3d690f9b5af authored by Ned Deily on 19 September 2017, 03:18:48 UTC
Bump to 3.6.3rc1
Tip revision: d8c174a
Makefile.am
## Process this with automake to create Makefile.in

AUTOMAKE_OPTIONS=foreign

DISTCLEANFILES=ffitarget.h
EXTRA_DIST=ffi.h.in ffi_common.h

includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
nodist_includes_HEADERS = ffi.h ffitarget.h
back to top