Staging
v0.8.1
Revision fbac6c159099506131c210c878e6a93232ab2929 authored by Benjamin Peterson on 10 April 2010, 16:22:05 UTC, committed by Benjamin Peterson on 10 April 2010, 16:22:05 UTC
1 parent 14459d5
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