~ubuntu-branches/ubuntu/intrepid/libpng/intrepid-security

« back to all changes in this revision

Viewing changes to scripts/libpng.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-11-21 19:07:43 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061121190743-wkt0yzs5uq2xoq10
Tags: 1.2.13-4
Removed drop_pass_width patch. Closes: #399499.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
prefix=@PREFIX@
3
 
exec_prefix=${prefix}
4
 
libdir=${exec_prefix}/lib
5
 
includedir=${exec_prefix}/include
6
 
 
7
 
Name: libpng12
 
1
prefix=@prefix@
 
2
exec_prefix=@exec_prefix@
 
3
libdir=@libdir@
 
4
includedir=@includedir@/libpng12
 
5
 
 
6
Name: libpng
8
7
Description: Loads and saves PNG files
9
 
Version: 1.2.8
10
 
Libs: -L${libdir} -lpng12 -lz -lm
11
 
Cflags: -I${includedir}/libpng12
 
8
Version: 1.2.13
 
9
Libs: -L${libdir} -lpng12
 
10
Cflags: -I${includedir}