fixes bug where priorities where lost when force-rechecking.
[libtorrent.git] / libtorrent-rasterbar.pc.in
blobf89f16c8359e87da8e05bc888f2cf9060357da66
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-rasterbar
12 Description: Bittorrent library.
13 Version: @VERSION@
14 Libs: -L${libdir} -ltorrent-rasterbar
15 Libs.private: @LIBS@ @BOOST_IOSTREAMS_LIB@ @BOOST_DATE_TIME_LIB@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @PTHREAD_LIBS@ @SSL_LIBS@
16 Cflags: -I${includedir} -I${includedir}/libtorrent @COMPILETIME_OPTIONS@ @CPPFLAGS@