gdb: add target_ops::supports_displaced_step
[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.030362 seconds and 4 git commands to generate.