[gdb/testsuite] Add PR number in KFAIL in gdb.ada/array_ptr_renaming.exp
[deliverable/binutils-gdb.git] / zlib / zlib.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 sharedlibdir=@sharedlibdir@
5 includedir=@includedir@
6
7 Name: zlib
8 Description: zlib compression library
9 Version: @VERSION@
10
11 Requires:
12 Libs: -L${libdir} -L${sharedlibdir} -lz
13 Cflags: -I${includedir}
This page took 0.033843 seconds and 4 git commands to generate.