Staging
v0.8.1
Revision 58cb93f02345b9bc525e309be5c02a52a5f04656 authored by Senthil Kumaran on 10 July 2016, 19:24:41 UTC, committed by Senthil Kumaran on 10 July 2016, 19:24:41 UTC
1 parent de232f3
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