summaryrefslogtreecommitdiff
path: root/libpng.pc.in
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-04-24 12:54:46 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-04-24 12:54:46 -0500
commit25ea204b1bfbaa4ee2f8d5165070260ea2bfd469 (patch)
treeef8842982fe8e137449504a5217140ec0fd1cc8c /libpng.pc.in
parent7b52087998400a12b4fc1026dfd447f604b62466 (diff)
downloadlibpng-25ea204b1bfbaa4ee2f8d5165070260ea2bfd469.tar.gz
[devel] Relaxed permissions on some files.
Diffstat (limited to 'libpng.pc.in')
-rw-r--r--libpng.pc.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/libpng.pc.in b/libpng.pc.in
deleted file mode 100644
index 3e7e2c58a..000000000
--- a/libpng.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
-
-Name: libpng
-Description: Loads and saves PNG files
-Version: @PNGLIB_VERSION@
-Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
-Libs.private: @LIBS@
-Cflags: -I${includedir}