summaryrefslogtreecommitdiff
path: root/libpng.pc.in
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-04-24 20:33:42 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-04-24 20:33:42 -0500
commit810c2e6077df34856c7eda2a238003413b5ea9a3 (patch)
tree7d0f3ac6095451787aa1c30abbf3aaa376d8b14b /libpng.pc.in
parentd35b878b5e68fde34a379227647aa176131e0fb4 (diff)
downloadlibpng-810c2e6077df34856c7eda2a238003413b5ea9a3.tar.gz
[devel] Trivial editing; changed CRLF to NEWLINE in the new vstudio project files.
Diffstat (limited to 'libpng.pc.in')
-rw-r--r--libpng.pc.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/libpng.pc.in b/libpng.pc.in
index 3e7e2c58a..6d7bb210d 100644
--- a/libpng.pc.in
+++ b/libpng.pc.in
@@ -1,11 +1,10 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
-includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
+includedir=@includedir@/libpng15
Name: libpng
Description: Loads and saves PNG files
-Version: @PNGLIB_VERSION@
-Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
-Libs.private: @LIBS@
+Version: 1.5.0beta20
+Libs: -L${libdir} -lpng15
Cflags: -I${includedir}