summaryrefslogtreecommitdiffstats
path: root/src/tar/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-31 13:10:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-31 13:13:02 +0900
commit34fc9c2a9f8e1614ae0bac196652121efb97c2bf (patch)
tree9416026e40e66573169b9e52ea377a3593324a7e /src/tar/Makefile.am
parent0d12727c950947bb816c00a43c30e05000b83e81 (diff)
downloadkrusader-remove/tar-tdeioslave.tar.gz
krusader-remove/tar-tdeioslave.zip
Remove tdeio_tar since it is already provided by tdebase.remove/tar-tdeioslave
Krusader's tdeio_tar contains a couple of extra functions compared to tdebase's tdeio_tar, but they do not work at all. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tar/Makefile.am')
-rw-r--r--src/tar/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/tar/Makefile.am b/src/tar/Makefile.am
deleted file mode 100644
index d14e41e..0000000
--- a/src/tar/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-## Makefile.am of tdebase/tdeioslave/tar
-
-INCLUDES = $(all_includes)
-AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-METASOURCES = AUTO
-
-kde_module_LTLIBRARIES = tdeio_tar.la
-
-tdeio_tar_la_SOURCES = tar.cpp
-tdeio_tar_la_LIBADD = $(LIB_TDESYCOCA)
-tdeio_tar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
-
-check_PROGRAMS = ktartest
-
-ktartest_SOURCES = ktartest.cpp
-ktartest_LDADD = $(LIB_TDESYCOCA)
-
-noinst_HEADERS = tar.h
-
-kdelnk_DATA = tar.protocol ar.protocol zip.protocol
-kdelnkdir = $(kde_servicesdir)
-