Added Libs.private and set it to @LIBS@, which contain all the

dependencies.
This commit is contained in:
Michael Wojciechowski 2007-12-13 19:17:19 +00:00
parent 9b54043478
commit 3945aea772
1 changed files with 2 additions and 1 deletions

View File

@ -11,5 +11,6 @@ package=@PACKAGE@
Name: libtorrent
Description: Bittorrent library.
Version: @VERSION@
Libs: -L${libdir} @LIBS@ -l@BOOST_DATE_TIME_LIB@ -l@BOOST_FILESYSTEM_LIB@ -l@BOOST_THREAD_LIB@ @ZLIB@ -ltorrent
Libs: -L${libdir} -ltorrent
Libs.private: @LIBS@
Cflags: -I${includedir} -I${includedir}/libtorrent @CPPFLAGS@