From 50452c9c75634344bbb8373deebe54f375d4da6a 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/konversation@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- konversation/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konversation/src/Makefile.am b/konversation/src/Makefile.am index ee2fb29..42c039b 100644 --- a/konversation/src/Makefile.am +++ b/konversation/src/Makefile.am @@ -41,7 +41,7 @@ xdg_apps_DATA = konversation.desktop INCLUDES= -Ilinkaddressbook -I$(srcdir)/linkaddressbook -Iblowfish -I$(srcdir)/blowfish\ -Iconfig -I$(srcdir)/config $(all_includes) # the library search path. -konversation_LDFLAGS = $(all_libraries) $(KDE_RPATH) +konversation_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor rcdir = $(kde_datadir)/konversation rc_DATA = konversationui.rc eventsrc -- cgit v1.2.1