libsvn_client.pc.in revision 299742
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libsvn_client
7Description: Subversion Client Library
8Version: @PACKAGE_VERSION@
9Requires:  apr-@SVN_APR_MAJOR_VERSION@
10Requires.private:  libsvn_wc libsvn_ra libsvn_delta libsvn_diff libsvn_subr
11Libs: -L${libdir}  -lsvn_client
12Cflags: -I${includedir}
13