diff options
Diffstat (limited to 'Misc/python.pc.in')
-rw-r--r-- | Misc/python.pc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/python.pc.in b/Misc/python.pc.in index ae698674bb..87e04decc2 100644 --- a/Misc/python.pc.in +++ b/Misc/python.pc.in @@ -5,9 +5,9 @@ libdir=@libdir@ includedir=@includedir@ Name: Python -Description: Python library -Requires: +Description: Build a C extension for Python +Requires: Version: @VERSION@ Libs.private: @LIBS@ -Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@ +Libs: Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@ |