Staging
v0.5.1
Revision a7184e617afb7face7a56b89feecf27cbd6ed1db authored by Serhiy Storchaka on 24 January 2014, 20:28:06 UTC, committed by Serhiy Storchaka on 24 January 2014, 20:28:06 UTC
1 parent 2d5a092
Raw File
python.pc.in
# See: man pkg-config
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@@ABIFLAGS@
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top