From 53775b8225e93598c923ba60d3770dcb5c9a2323 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 10 Oct 2011 20:45:10 +0000 Subject: Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- konq-plugins/fsview/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'konq-plugins') diff --git a/konq-plugins/fsview/Makefile.am b/konq-plugins/fsview/Makefile.am index a400096..0d0e0e0 100644 --- a/konq-plugins/fsview/Makefile.am +++ b/konq-plugins/fsview/Makefile.am @@ -24,13 +24,13 @@ libfsview_la_SOURCES = treemap.cpp fsview.cpp scan.cpp inode.cpp bin_PROGRAMS = fsview -fsview_LDFLAGS = $(all_libraries) $(KDE_RPATH) +fsview_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor fsview_SOURCES = main.cpp fsview_LDADD = libfsview.la $(LIB_KIO) $(LIB_KDECORE) $(LIB_QT) check_PROGRAMS = scantest -scantest_LDFLAGS = $(all_libraries) $(KDE_RPATH) +scantest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor scantest_SOURCES = scantest.cpp scantest_LDADD = libfsview.la $(LIB_KIO) $(LIB_KDECORE) $(LIB_QT) -- cgit v1.2.3