Staging
v0.5.1
https://github.com/python/cpython
Revision 0406d966a13f55002583244f41b8dc8fbdd2ed9e authored by Barry Warsaw on 23 May 2011, 01:17:49 UTC, committed by Barry Warsaw on 23 May 2011, 01:17:49 UTC
2 parent s 2e7f39e + e26bc10
Raw File
Tip revision: 0406d966a13f55002583244f41b8dc8fbdd2ed9e authored by Barry Warsaw on 23 May 2011, 01:17:49 UTC
Forward merge.
Tip revision: 0406d96
python.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Python library
Requires: 
Version: @VERSION@
Libs.private: @LIBS@
Libs: -L${libdir} -lpython@VERSION@
Cflags: -I${includedir}/python@VERSION@ 

back to top