From 438ed1ab7a6b70d6878b6dd5019a17d7903cf360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 4 Jul 2021 02:09:29 +0200 Subject: Drop automake build support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 17002c193dcecec2cf95289e45ce29851c8ae804) --- src/rtf2html/Makefile.am | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/rtf2html/Makefile.am (limited to 'src/rtf2html') diff --git a/src/rtf2html/Makefile.am b/src/rtf2html/Makefile.am deleted file mode 100644 index ea3d39f..0000000 --- a/src/rtf2html/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -AM_CPPFLAGS = $(all_includes) - -noinst_LIBRARIES = librtf2html.a -librtf2html_a_SOURCES = fmt_opts.cpp rtf2html.cpp rtf_keyword.cpp rtf_table.cpp - -librtf2html_a_METASOURCES = AUTO - -KDE_OPTIONS = noautodist - -EXTRA_DIST = common.h dbg_iter.h fmt_opts.h fmt_opts.cpp \ -rtf2html.h rtf2html.cpp rtf_keyword.h rtf_keyword.cpp \ -rtf_table.h rtf_table.cpp rtf_tools.h - -CLEANFILES = *~ - -- cgit v1.2.1