Staging
v0.5.2
https://github.com/python/cpython
Raw File
Tip revision: 5673e27e722566441137ffb46de091ea86e933a7 authored by Georg Brandl on 15 May 2011, 15:52:42 UTC
Bump to 3.2.1rc1.
Tip revision: 5673e27
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