summaryrefslogtreecommitdiffstats
path: root/contrib/serf/build/serf.pc.in
blob: 8e49c8a63d21464f7d7396fe378312c57a3d1fa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SERF_MAJOR_VERSION=@MAJOR@
prefix=@PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/@INCLUDE_SUBDIR@

Name: serf
Description: HTTP client library
Version: @VERSION@
Requires.private: libssl libcrypto
Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION}
Libs.private: @LIBS@
Cflags: -I${includedir}
OpenPOWER on IntegriCloud