]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/apr/apr.pc.in
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / apr / apr.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 APR_MAJOR_VERSION=@APR_MAJOR_VERSION@
5 includedir=@includedir@
6
7 Name: APR
8 Description: The Apache Portable Runtime library
9 Version: @APR_DOTTED_VERSION@
10 Libs: -L${libdir} -l@APR_LIBNAME@ @EXTRA_LIBS@
11 Cflags: @EXTRA_CPPFLAGS@ @EXTRA_CFLAGS@ -I${includedir}