summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 20:45:10 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 20:45:10 +0000
commit65048e7ded698d4d7efede37cb3af33ee7e0efbc (patch)
tree3e312692512fb7ed53e5e760534064138970fee4
parentf5d2afd237048ceb62b7a62ca4cc379ca05f47ec (diff)
downloadkrusader-65048e7ded698d4d7efede37cb3af33ee7e0efbc.tar.gz
krusader-65048e7ded698d4d7efede37cb3af33ee7e0efbc.zip
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/krusader@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--tar/Makefile.am2
-rw-r--r--virt/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/tar/Makefile.am b/tar/Makefile.am
index 71db146..80650fb 100644
--- a/tar/Makefile.am
+++ b/tar/Makefile.am
@@ -1,7 +1,7 @@
## Makefile.am of kdebase/kioslave/tar
INCLUDES = $(all_includes)
-AM_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
METASOURCES = AUTO
kde_module_LTLIBRARIES = kio_tar.la
diff --git a/virt/Makefile.am b/virt/Makefile.am
index f74b9e0..e8c025f 100644
--- a/virt/Makefile.am
+++ b/virt/Makefile.am
@@ -1,7 +1,7 @@
## Makefile.am of kdebase/kioslave/tar
INCLUDES = $(all_includes)
-AM_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
METASOURCES = AUTO
kde_module_LTLIBRARIES = kio_virt.la