Staging
v0.5.1
https://github.com/python/cpython
Revision 25f68937200d484f65ec107fb76401f90aa6a22a authored by Serhiy Storchaka on 14 October 2013, 18:18:29 UTC, committed by Serhiy Storchaka on 14 October 2013, 18:18:29 UTC
1 parent e1a8a40
Raw File
Tip revision: 25f68937200d484f65ec107fb76401f90aa6a22a authored by Serhiy Storchaka on 14 October 2013, 18:18:29 UTC
Issue #18919: Add test/audiodata to LIBSUBDIRS.
Tip revision: 25f6893
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