Staging
v0.8.1
Revision c3828075598ca775555b29b78e67d3fa8e856c00 authored by Victor Stinner on 28 July 2014, 22:04:54 UTC, committed by Victor Stinner on 28 July 2014, 22:04:54 UTC
1 parent 110796f
Raw File
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