]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/serf/build/serf.pc.in
MFC r357212: libfetch: fix urldecode buffer overrun
[FreeBSD/stable/10.git] / contrib / serf / build / serf.pc.in
1 SERF_MAJOR_VERSION=@MAJOR@
2 prefix=@PREFIX@
3 exec_prefix=${prefix}
4 libdir=@LIBDIR@
5 includedir=${prefix}/include/@INCLUDE_SUBDIR@
6
7 Name: serf
8 Description: HTTP client library
9 Version: @VERSION@
10 Requires.private: libssl libcrypto
11 Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION}
12 Libs.private: @LIBS@
13 Cflags: -I${includedir}