diff options
author | Slávek Banko <[email protected]> | 2021-07-04 02:09:29 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-04 18:44:34 +0200 |
commit | 438ed1ab7a6b70d6878b6dd5019a17d7903cf360 (patch) | |
tree | 6e0ee074a7ece0494375a95049ae1de114b9e45c /src/rtf2html/Makefile.am | |
parent | b6479767772bee82cd6e682bab243947a2f375ed (diff) | |
download | tellico-438ed1ab7a6b70d6878b6dd5019a17d7903cf360.tar.gz tellico-438ed1ab7a6b70d6878b6dd5019a17d7903cf360.zip |
Drop automake build support.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 17002c193dcecec2cf95289e45ce29851c8ae804)
Diffstat (limited to 'src/rtf2html/Makefile.am')
-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 = *~ - |