summaryrefslogtreecommitdiff
path: root/libpng.pc.in
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-04-24 12:55:36 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-04-24 12:58:54 -0500
commitd3bb6bb5c1c65d01b21d02f695f16e5f7682d057 (patch)
tree8b3da414242200aaf137f17ac992c361d06c438f /libpng.pc.in
parent25ea204b1bfbaa4ee2f8d5165070260ea2bfd469 (diff)
downloadlibpng-d3bb6bb5c1c65d01b21d02f695f16e5f7682d057.tar.gz
[devel] Update permissions in libpng-1.5.0beta20
Diffstat (limited to 'libpng.pc.in')
-rw-r--r--libpng.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libpng.pc.in b/libpng.pc.in
new file mode 100644
index 000000000..3e7e2c58a
--- /dev/null
+++ b/libpng.pc.in
@@ -0,0 +1,11 @@
+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}