diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:12:11 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:12:11 -0600 |
commit | fcfa140974dffb4e5980fd150a8d9a7ad743185b (patch) | |
tree | 71381bc3225adf3cdd0f8560c6c8b2c4b182ec95 /tar | |
parent | 527c1d6eee022fbe0fed30d64ca6695c48925be2 (diff) | |
download | krusader-fcfa140974dffb4e5980fd150a8d9a7ad743185b.tar.gz krusader-fcfa140974dffb4e5980fd150a8d9a7ad743185b.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
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 dd47932..611da9b 100644 --- a/tar/Makefile.am +++ b/tar/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am of tdebase/kioslave/tar INCLUDES = $(all_includes) -AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor METASOURCES = AUTO kde_module_LTLIBRARIES = kio_tar.la |