From 84bc19d3d061e9445a597b7915d56d40a88bc203 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/applications/yakuake@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- yakuake/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yakuake/src/Makefile.am b/yakuake/src/Makefile.am index 285ee28..bf4696c 100644 --- a/yakuake/src/Makefile.am +++ b/yakuake/src/Makefile.am @@ -11,7 +11,7 @@ yakuake_SOURCES = dcop_interface.skel first_run_dialog.cpp \ tabbed_widget.cpp tab_bar.cpp terminal.cpp terminal_focus_watcher.cpp \ terminal_splitter.cpp title_bar.cpp translucent_widget.cpp -yakuake_LDFLAGS = $(KDE_RPATH) $(all_libraries) +yakuake_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor yakuake_LDADD = $(LIB_KDEUI) $(LIB_KIO) INCLUDES = -I$(top_srcdir)/. -I$(top_srcdir)/src $(all_includes) -- cgit v1.2.3