diff options
author | Michele Calgaro <[email protected]> | 2021-01-26 12:09:28 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-01-26 12:09:58 +0900 |
commit | f5c566c238d8f238c0f851ae9258dfb565b311fa (patch) | |
tree | 0bc9d98210acc2dc4420a0253974575b45d8c916 /tar | |
parent | 36c6cbf0d729b6fb702733256daa25500303c552 (diff) | |
download | krusader-f5c566c238d8f238c0f851ae9258dfb565b311fa.tar.gz krusader-f5c566c238d8f238c0f851ae9258dfb565b311fa.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 88d44ce75144a78770db59d033395537a36f1b25)
Diffstat (limited to 'tar')
-rw-r--r-- | tar/Makefile.am | 2 | ||||
-rw-r--r-- | tar/tar.cpp (renamed from tar/tar.cc) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tar/Makefile.am b/tar/Makefile.am index 4d2ed23..9673ecf 100644 --- a/tar/Makefile.am +++ b/tar/Makefile.am @@ -6,7 +6,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = tdeio_tar.la -tdeio_tar_la_SOURCES = tar.cc +tdeio_tar_la_SOURCES = tar.cpp tdeio_tar_la_LIBADD = $(LIB_TDESYCOCA) tdeio_tar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) |