summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/libffi/libffi.pc.in
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-02-04 17:37:00 -0800
committerSteve Dower <steve.dower@microsoft.com>2017-02-04 17:37:00 -0800
commita51d84bfb3b7f82b4b4e22c385cc7966378ae5c2 (patch)
treef09060bdd9bc041fc2942698eb7a46ea77b8e0fd /Modules/_ctypes/libffi/libffi.pc.in
parent2af0fb8818763f1942666dae0835baeab65340fc (diff)
parentcd72452eb70eeaed8cd39282a2bad320bc922f41 (diff)
downloadcpython-a51d84bfb3b7f82b4b4e22c385cc7966378ae5c2.tar.gz
Merge from 3.6
Diffstat (limited to 'Modules/_ctypes/libffi/libffi.pc.in')
-rw-r--r--Modules/_ctypes/libffi/libffi.pc.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/Modules/_ctypes/libffi/libffi.pc.in b/Modules/_ctypes/libffi/libffi.pc.in
deleted file mode 100644
index edf6fde5e2..0000000000
--- a/Modules/_ctypes/libffi/libffi.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-toolexeclibdir=@toolexeclibdir@
-includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
-
-Name: @PACKAGE_NAME@
-Description: Library supporting Foreign Function Interfaces
-Version: @PACKAGE_VERSION@
-Libs: -L${toolexeclibdir} -lffi
-Cflags: -I${includedir}