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 | 65048e7ded698d4d7efede37cb3af33ee7e0efbc (patch) | |
tree | 3e312692512fb7ed53e5e760534064138970fee4 /tar/Makefile.am | |
parent | f5d2afd237048ceb62b7a62ca4cc379ca05f47ec (diff) | |
download | krusader-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
Diffstat (limited to 'tar/Makefile.am')
-rw-r--r-- | tar/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 |