summaryrefslogtreecommitdiffstats
path: root/kppp/logview
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 17:46:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 17:46:47 +0000
commit0ae84fe7596906341cafa0dfe20f367e4cbf8385 (patch)
tree0261e4dcb816dc7e5ae3047a420ed6a5fed4332e /kppp/logview
parentfa8a6a4aa1313667249adc0fd8eaac368c23903a (diff)
downloadtdenetwork-0ae84fe7596906341cafa0dfe20f367e4cbf8385.tar.gz
tdenetwork-0ae84fe7596906341cafa0dfe20f367e4cbf8385.zip
Fix kdenetwork FTBFS under oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1258244 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kppp/logview')
-rw-r--r--kppp/logview/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/logview/Makefile.am b/kppp/logview/Makefile.am
index e95b7c73..3dc5c379 100644
--- a/kppp/logview/Makefile.am
+++ b/kppp/logview/Makefile.am
@@ -29,7 +29,7 @@ bin_PROGRAMS = kppplogview
kppplogview_SOURCES = main.cpp loginfo.cpp log.cpp monthly.cpp export.cpp
# the library search path
-kppplogview_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+kppplogview_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_KDECORE)
# the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones.