formatting fixes in client test, and made the test build when resolve countries is...
[libtorrent-kjk.git] / libtorrent.pc.in
blob06fb7a2b2c5205ddb958130291ab2bd8b261606e
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 bindir=@bindir@
4 libdir=@libdir@
5 datarootdir=@datarootdir@
6 datadir=@datadir@
7 sysconfdir=@sysconfdir@
8 includedir=@includedir@
9 package=@PACKAGE@
11 Name: libtorrent
12 Description: Bittorrent library.
13 Version: @VERSION@
14 Libs: -L${libdir} @LIBS@ -l@BOOST_DATE_TIME_LIB@ -l@BOOST_FILESYSTEM_LIB@ -l@BOOST_THREAD_LIB@ @ZLIB@ -ltorrent
15 Cflags: -I${includedir} -I${includedir}/libtorrent @CPPFLAGS@