summaryrefslogtreecommitdiffstats
path: root/src/modules/torrent
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-10 15:40:22 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-10 15:40:22 -0500
commit136d2c861321d51ac3ab1ab82ca602717158c766 (patch)
tree5c47ff80add8df4ce045a8956f96661c4893a0c8 /src/modules/torrent
parent51ff06f0c1c6981694fe60a20870de26749b895f (diff)
downloadkvirc-136d2c861321d51ac3ab1ab82ca602717158c766.tar.gz
kvirc-136d2c861321d51ac3ab1ab82ca602717158c766.zip
Update Automake to properly detect TDE path
Thanks to Slávek Banko for the initial patch!
Diffstat (limited to 'src/modules/torrent')
-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 \