diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:22:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:22:00 -0600 |
commit | ddba7aae69e8e5d299606e65708efa66ca121ee7 (patch) | |
tree | 6ec2edab0d1f4aee0e5e6b3f15d3342fbe13c3db /tar | |
parent | 7afe2cda76d8decfea752a2ff2c9bd44fb3e6062 (diff) | |
download | krusader-ddba7aae69e8e5d299606e65708efa66ca121ee7.tar.gz krusader-ddba7aae69e8e5d299606e65708efa66ca121ee7.zip |
Additional kde to tde renaming
Diffstat (limited to 'tar')
-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 80650fb..8f25a21 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) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor METASOURCES = AUTO kde_module_LTLIBRARIES = kio_tar.la |