annotate zlib/zlib.pc.in @ 135:d23615825742

fix _CbC_return for c-next.c
author anatofuz
date Thu, 08 Nov 2018 14:06:47 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 prefix=@prefix@
kono
parents:
diff changeset
2 exec_prefix=@exec_prefix@
kono
parents:
diff changeset
3 libdir=@libdir@
kono
parents:
diff changeset
4 sharedlibdir=@sharedlibdir@
kono
parents:
diff changeset
5 includedir=@includedir@
kono
parents:
diff changeset
6
kono
parents:
diff changeset
7 Name: zlib
kono
parents:
diff changeset
8 Description: zlib compression library
kono
parents:
diff changeset
9 Version: @VERSION@
kono
parents:
diff changeset
10
kono
parents:
diff changeset
11 Requires:
kono
parents:
diff changeset
12 Libs: -L${libdir} -L${sharedlibdir} -lz
kono
parents:
diff changeset
13 Cflags: -I${includedir}