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/kcpuload@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru v3.5.13
tpearson 13 years ago
parent cf14ccfec2
commit 36068f18ee

@ -17,7 +17,7 @@ INCLUDES = $(all_includes)
bin_PROGRAMS = kcpuload bin_PROGRAMS = kcpuload
kcpuload_LDFLAGS = $(KDE_RPATH) $(all_libraries) kcpuload_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kcpuload_LDADD = $(LIB_KDEUI) kcpuload_LDADD = $(LIB_KDEUI)

Loading…
Cancel
Save