From f3acc763574f12d22c3f99a0b406ee5745c8ab90 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 10 Oct 2011 20:45:10 +0000 Subject: [PATCH] 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/applications/kdirstat@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdirstat/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdirstat/Makefile.am b/kdirstat/Makefile.am index 8ae3a22..b8ef31c 100644 --- a/kdirstat/Makefile.am +++ b/kdirstat/Makefile.am @@ -85,7 +85,7 @@ INCLUDES= $(all_includes) METASOURCES = AUTO # the library search path. -kdirstat_LDFLAGS = $(all_libraries) $(KDE_RPATH) +kdirstat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor rcdir = $(kde_datadir)/kdirstat rc_DATA = kdirstatui.rc