summaryrefslogtreecommitdiffstats
path: root/src/modules/torrent/Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-10 15:40:22 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-05 20:47:56 +0200
commitaa53268d4693062844412e9061f2892487b087a5 (patch)
treeba5417e3b32c36de3d390c91ccdb985621ef73f4 /src/modules/torrent/Makefile.am
parent99ea7efe29f8d69ca3c962f48193cf14e1042740 (diff)
downloadkvirc-aa53268d4693062844412e9061f2892487b087a5.tar.gz
kvirc-aa53268d4693062844412e9061f2892487b087a5.zip
Update Automake to properly detect TDE path
Thanks to Slávek Banko for the initial patch! (cherry picked from commit 136d2c861321d51ac3ab1ab82ca602717158c766)
Diffstat (limited to 'src/modules/torrent/Makefile.am')
-rw-r--r--src/modules/torrent/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/torrent/Makefile.am b/src/modules/torrent/Makefile.am
index ab0d80cb..fff58478 100644
--- a/src/modules/torrent/Makefile.am
+++ b/src/modules/torrent/Makefile.am
@@ -10,7 +10,7 @@ pluglib_LTLIBRARIES = libkvitorrent.la
#%.moc: %.h
# $(SS_QT_MOC) $< -o $@
-libkvitorrent_la_LDFLAGS = -avoid-version -module
+libkvitorrent_la_LDFLAGS = -avoid-version -module $(SS_LDFLAGS) $(SS_LIBDIRS)
libkvitorrent_la_SOURCES = libkvitorrent.cpp \
tc_interface.cpp \