diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-10 20:45:10 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-10 20:45:10 +0000 |
commit | 50452c9c75634344bbb8373deebe54f375d4da6a (patch) | |
tree | ed6180c8326ee7bc890f8daf934225a70af6e0b3 | |
parent | f22094717223e67f4149635a8dae1baf6728957d (diff) | |
download | konversation-3.5.13.tar.gz konversation-3.5.13.zip |
Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiricv3.5.13
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/konversation@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | konversation/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |