diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-10 15:40:22 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-10 15:40:22 -0500 |
commit | 136d2c861321d51ac3ab1ab82ca602717158c766 (patch) | |
tree | 5c47ff80add8df4ce045a8956f96661c4893a0c8 /src/modules/torrent/Makefile.am | |
parent | 51ff06f0c1c6981694fe60a20870de26749b895f (diff) | |
download | kvirc-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/Makefile.am')
-rw-r--r-- | src/modules/torrent/Makefile.am | 2 |
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 \ |