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 /virt | |
parent | 7afe2cda76d8decfea752a2ff2c9bd44fb3e6062 (diff) | |
download | krusader-ddba7aae69e8e5d299606e65708efa66ca121ee7.tar.gz krusader-ddba7aae69e8e5d299606e65708efa66ca121ee7.zip |
Additional kde to tde renaming
Diffstat (limited to 'virt')
-rw-r--r-- | virt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/Makefile.am b/virt/Makefile.am index e8c025f..0a3e7ec 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) $(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_virt.la |