summaryrefslogtreecommitdiffstats
path: root/Misc/python.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/python.pc.in')
-rw-r--r--Misc/python.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/python.pc.in b/Misc/python.pc.in
index ae69867..87e04de 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@