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
v3.5.13-sru v3.5.13
tpearson 13 years ago
parent db388f0d32
commit 84bc19d3d0

@ -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)

Loading…
Cancel
Save