summaryrefslogtreecommitdiff
path: root/Misc/python.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/python.pc.in')
-rw-r--r--Misc/python.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/Misc/python.pc.in b/Misc/python.pc.in
new file mode 100644
index 0000000000..08481a9580
--- /dev/null
+++ b/Misc/python.pc.in
@@ -0,0 +1,13 @@
+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@
+