Added Libs.private and set it to @LIBS@, which contain all the
dependencies.
This commit is contained in:
parent
9b54043478
commit
3945aea772
|
@ -11,5 +11,6 @@ package=@PACKAGE@
|
||||||
Name: libtorrent
|
Name: libtorrent
|
||||||
Description: Bittorrent library.
|
Description: Bittorrent library.
|
||||||
Version: @VERSION@
|
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@
|
Cflags: -I${includedir} -I${includedir}/libtorrent @CPPFLAGS@
|
||||||
|
|
Loading…
Reference in New Issue