Staging
v0.5.1
https://github.com/python/cpython
Revision 3ca14e93c982461d0c8e7b69657abf83f8187f68 authored by Andrew M. Kuchling on 07 June 2010, 13:38:40 UTC, committed by Andrew M. Kuchling on 07 June 2010, 13:38:40 UTC
1 parent 770fd15
Raw File
Tip revision: 3ca14e93c982461d0c8e7b69657abf83f8187f68 authored by Andrew M. Kuchling on 07 June 2010, 13:38:40 UTC
#8875: Remove duplicated paragraph
Tip revision: 3ca14e9
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