You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tellico/src/rtf2html/Makefile.am

16 lines
376 B

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 = *~