diff options
author | Slávek Banko <[email protected]> | 2021-07-04 02:09:29 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-04 17:40:44 +0200 |
commit | 17002c193dcecec2cf95289e45ce29851c8ae804 (patch) | |
tree | 5b4586b6f1f1b4a96333de81c5c297a605fd6863 /src/rtf2html | |
parent | 92f5d345028b7abfe69e087495ebd933bb68b2c9 (diff) | |
download | tellico-17002c193dcecec2cf95289e45ce29851c8ae804.tar.gz tellico-17002c193dcecec2cf95289e45ce29851c8ae804.zip |
Drop automake build support.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/rtf2html')
-rw-r--r-- | src/rtf2html/Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
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 = *~ - |