Staging
v0.5.1
https://github.com/python/cpython
Revision 01a97f3612805bf4575dd1f53a3ccf322de2946a authored by Barry Warsaw on 20 February 2013, 23:25:17 UTC, committed by Barry Warsaw on 20 February 2013, 23:25:17 UTC
2 parent s 8e830a0 + f25d957
Raw File
Tip revision: 01a97f3612805bf4575dd1f53a3ccf322de2946a authored by Barry Warsaw on 20 February 2013, 23:25:17 UTC
null merge from 2.6
Tip revision: 01a97f3
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