Staging
v0.5.1
Revision fa1ffb69c48edd7c24918407d8b6b80186463602 authored by Georg Brandl on 29 December 2009, 21:09:17 UTC, committed by Georg Brandl on 29 December 2009, 21:09:17 UTC
1 parent 8e3e1d6
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