diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:36:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:36:26 -0600 |
commit | a31f2df3bb3e0c41fdd3b4b997a403324d5ee567 (patch) | |
tree | b062c5499e2944564e9239d578bb39752f53dd26 /tar | |
parent | d9a81da301ef13090915bd683700ad0b36a0937e (diff) | |
download | krusader-a31f2df3bb3e0c41fdd3b4b997a403324d5ee567.tar.gz krusader-a31f2df3bb3e0c41fdd3b4b997a403324d5ee567.zip |
Rename additional instances of KDE to TDE
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 8f25a21..d360dba 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) -ltdefx $(LIB_KIO) -lktexteditor +AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor METASOURCES = AUTO kde_module_LTLIBRARIES = kio_tar.la |