summaryrefslogtreecommitdiff
path: root/Misc/python-embed.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/python-embed.pc.in')
-rw-r--r--Misc/python-embed.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/Misc/python-embed.pc.in b/Misc/python-embed.pc.in
new file mode 100644
index 0000000000..2be9df8143
--- /dev/null
+++ b/Misc/python-embed.pc.in
@@ -0,0 +1,13 @@
+# See: man pkg-config
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Python
+Description: Embed Python into an application
+Requires:
+Version: @VERSION@
+Libs.private: @LIBS@
+Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
+Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@