serf.pc.in revision 262339
1SERF_MAJOR_VERSION=@MAJOR@
2prefix=@PREFIX@
3exec_prefix=${prefix}
4libdir=@LIBDIR@
5includedir=${prefix}/include/@INCLUDE_SUBDIR@
6
7Name: serf
8Description: HTTP client library
9Version: @VERSION@
10Requires.private: libssl libcrypto
11Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION}
12Libs.private: @LIBS@
13Cflags: -I${includedir}
14