]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/serf/build/serf.pc.in
dts: Update our copy to be in sync with Linux 5.7
[FreeBSD/FreeBSD.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}