diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2022-01-30 16:44:05 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2022-02-01 13:00:49 +0100 |
| commit | 2094f6770b1f2cc2d7c97a37d8a73596a9ebc779 (patch) | |
| tree | 4cc83f02553e87cdefb8a30b3fb2ab277c76eff6 /src/tor_ioslave | |
| parent | 8fed27fac5f84c69a68f00b57fe64cce407dbe41 (diff) | |
| download | tork-2094f677.tar.gz tork-2094f677.zip | |
Drop automake build support.
Rework the README and INSTALL files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b353103ec003ea1c87f8ffe3ff2caf061cbfa44f)
Diffstat (limited to 'src/tor_ioslave')
| -rw-r--r-- | src/tor_ioslave/Makefile.am | 15 |
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 |
