mirror of
https://github.com/transmission/transmission
synced 2024-12-23 00:04:06 +00:00
#5808: Don't embed path to DHT_LIBS in qtr.pro (patch by jbeich)
This commit is contained in:
parent
189151cc03
commit
7789c28f44
3 changed files with 4 additions and 1 deletions
|
@ -196,8 +196,10 @@ dnl dht
|
|||
|
||||
DHT_CFLAGS="-I\$(top_srcdir)/third-party/dht"
|
||||
DHT_LIBS="\$(top_builddir)/third-party/dht/libdht.a"
|
||||
DHT_LIBS_QT="\$\${TRANSMISSION_TOP}/third-party/dht/libdht.a"
|
||||
AC_SUBST(DHT_CFLAGS)
|
||||
AC_SUBST(DHT_LIBS)
|
||||
AC_SUBST(DHT_LIBS_QT)
|
||||
|
||||
|
||||
dnl ----------------------------------------------------------------------------
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DHT_LIBS = @DHT_LIBS_QT@
|
||||
LIBUTP_LIBS = @LIBUTP_LIBS_QT@
|
||||
LIBUPNP_LIBS = @LIBUPNP_LIBS_QT@
|
||||
LIBNATPMP_LIBS = @LIBNATPMP_LIBS_QT@
|
||||
|
|
|
@ -27,7 +27,7 @@ INCLUDEPATH = $${EVENT_TOP}/include $${INCLUDEPATH}
|
|||
INCLUDEPATH += $${TRANSMISSION_TOP}
|
||||
LIBS += $${TRANSMISSION_TOP}/libtransmission/libtransmission.a
|
||||
LIBS += $${LIBUTP_LIBS}
|
||||
LIBS += $${TRANSMISSION_TOP}/third-party/dht/libdht.a
|
||||
LIBS += $${DHT_LIBS}
|
||||
LIBS += $${LIBUPNP_LIBS}
|
||||
LIBS += $${LIBNATPMP_LIBS}
|
||||
unix: LIBS += -L$${EVENT_TOP}/lib -lz -lrt
|
||||
|
|
Loading…
Reference in a new issue