summaryrefslogtreecommitdiffstats
path: root/src/tor_ioslave
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-01-30 16:44:05 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-01-30 17:10:52 +0100
commitb353103ec003ea1c87f8ffe3ff2caf061cbfa44f (patch)
treef1fa57beb75e0700e323d3d2478b57687cb43e0e /src/tor_ioslave
parent350c369a73eb1d9963df7888b17a573d3fb4a641 (diff)
downloadtork-b353103ec003ea1c87f8ffe3ff2caf061cbfa44f.tar.gz
tork-b353103ec003ea1c87f8ffe3ff2caf061cbfa44f.zip
Drop automake build support.
Rework the README and INSTALL files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/tor_ioslave')
-rw-r--r--src/tor_ioslave/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/tor_ioslave/Makefile.am b/src/tor_ioslave/Makefile.am
deleted file mode 100644
index cf4d26e..0000000
--- a/src/tor_ioslave/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-INCLUDES = $(all_includes)
-LIBS =
-
-kde_module_LTLIBRARIES = tdeio_torioslave.la
-
-tdeio_torioslave_la_SOURCES = torioslave.cpp
-tdeio_torioslave_la_LIBADD = -ltdeio
-tdeio_torioslave_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_PLUGIN)
-
-protocol_DATA = torioslave.protocol
-protocoldir = $(kde_servicesdir)
-
-messages: rc.cpp
- $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/tdeio_torioslave.pot