source: rtems/cpukit/zlib/zlib.pc.in @ 1068a68

4.104.115
Last change on this file since 1068a68 was 1068a68, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/18/10 at 06:48:15

Import from zlib-1.2.5

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