Revision 402803b642a011884d3c2cd0375e927ba2c6bf0c authored by Martin Panter on 18 November 2015, 00:59:17 UTC, committed by Martin Panter on 18 November 2015, 00:59:17 UTC
1 parent 793ae0d
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