blob: ea3d39f1a1b085b8bbee14949896a10be10fb7db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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 = *~
|