summaryrefslogtreecommitdiffstats
path: root/Misc/python.pc.in
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-11-24 19:43:47 (GMT)
committerBarry Warsaw <barry@python.org>2010-11-24 19:43:47 (GMT)
commit14d98ac31b9f4e5b89284271f03fb77fc81ab624 (patch)
tree2f784cc5d4b814b41c4d14f2f308e1173c938e58 /Misc/python.pc.in
parentfdba067213f1881632f9f1b7b4fce53cf88bbe28 (diff)
downloadcpython-14d98ac31b9f4e5b89284271f03fb77fc81ab624.zip
cpython-14d98ac31b9f4e5b89284271f03fb77fc81ab624.tar.gz
cpython-14d98ac31b9f4e5b89284271f03fb77fc81ab624.tar.bz2
Final patch for issue 9807.
Diffstat (limited to 'Misc/python.pc.in')
-rw-r--r--Misc/python.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/python.pc.in b/Misc/python.pc.in
index 23b933a..ae69867 100644
--- a/Misc/python.pc.in
+++ b/Misc/python.pc.in
@@ -1,3 +1,4 @@
+# See: man pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
@@ -9,5 +10,4 @@ Requires:
Version: @VERSION@
Libs.private: @LIBS@
Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
-Cflags: -I${includedir}/python@VERSION@
-
+Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@