diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-16 07:50:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-16 07:50:51 +0000 |
commit | daaba1d3d854b414779319fcbc543a9ec86ab68f (patch) | |
tree | 1cce9bcf49cbba3c64dacf233bb3211bf71cbfe7 /apps | |
parent | 58827d93e4b0389a25c99e72b249e4a297d763bd (diff) | |
download | ktorrent-daaba1d3d854b414779319fcbc543a9ec86ab68f.tar.gz ktorrent-daaba1d3d854b414779319fcbc543a9ec86ab68f.zip |
Fix ktorrent FTBFS under oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1259126 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'apps')
-rw-r--r-- | apps/ktupnptest/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/ktupnptest/Makefile.am b/apps/ktupnptest/Makefile.am index 95cfa6e..0cef626 100644 --- a/apps/ktupnptest/Makefile.am +++ b/apps/ktupnptest/Makefile.am @@ -4,6 +4,7 @@ bin_PROGRAMS = ktupnptest ktupnptest_SOURCES = main.cpp upnptestapp.cpp mainwidget.ui ktupnptest_LDADD = ../../plugins/upnp/libktupnp.la \ - ../../libktorrent/libktorrent.la + ../../libktorrent/libktorrent.la $(LIB_KIO) +ktupnptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor noinst_HEADERS = upnptestapp.h KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI) |