diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-04-24 12:54:46 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-04-24 12:54:46 -0500 |
commit | 25ea204b1bfbaa4ee2f8d5165070260ea2bfd469 (patch) | |
tree | ef8842982fe8e137449504a5217140ec0fd1cc8c /libpng.pc.in | |
parent | 7b52087998400a12b4fc1026dfd447f604b62466 (diff) | |
download | libpng-25ea204b1bfbaa4ee2f8d5165070260ea2bfd469.tar.gz |
[devel] Relaxed permissions on some files.
Diffstat (limited to 'libpng.pc.in')
-rw-r--r-- | libpng.pc.in | 11 |
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} |