source: rtems/cpukit/zlib/zlib.pc.in @ d912ea38

4.104.115
Last change on this file since d912ea38 was 267ecf0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/23/06 at 20:33:33

Import from zlib-1.2.4

  • Property mode set to 100644
File size: 208 bytes
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: zlib
7Description: zlib compression library
8Version: @VERSION@
9
10Requires:
11Libs: -L${libdir} -lz
12Cflags: -I${includedir}
Note: See TracBrowser for help on using the repository browser.