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 | 84bc19d3d061e9445a597b7915d56d40a88bc203 (patch) | |
tree | e76d47d712c6180c689adb38b934ee473d9f1b2d | |
parent | db388f0d32cff80dbab724d0c4e82a8b38f01028 (diff) | |
download | yakuake-84bc19d3d061e9445a597b7915d56d40a88bc203.tar.gz yakuake-84bc19d3d061e9445a597b7915d56d40a88bc203.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/yakuake@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | yakuake/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |