aboutsummaryrefslogtreecommitdiffstats
path: root/external-libs/zlib/zlib.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'external-libs/zlib/zlib.pc.in')
-rw-r--r--external-libs/zlib/zlib.pc.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/external-libs/zlib/zlib.pc.in b/external-libs/zlib/zlib.pc.in
deleted file mode 100644
index 3e355aa2..00000000
--- a/external-libs/zlib/zlib.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: zlib
-Description: zlib compression library
-Version: @VERSION@
-
-Requires:
-Libs: -L${libdir} -lz
-Cflags: -I${includedir}