diff options
Diffstat (limited to 'plugins/MirOTR/ekhtml/src/Makefile.am')
-rw-r--r-- | plugins/MirOTR/ekhtml/src/Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/plugins/MirOTR/ekhtml/src/Makefile.am b/plugins/MirOTR/ekhtml/src/Makefile.am deleted file mode 100644 index 6fcdaf8052..0000000000 --- a/plugins/MirOTR/ekhtml/src/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -libekhtml_la_SOURCES = \ - ekhtml.c \ - ekhtml_comment.c \ - ekhtml_data.c \ - ekhtml_endtag.c \ - ekhtml_special.c \ - ekhtml_starttag.c \ - ekhtml_util.c \ - hash.c - -libekhtml_la_DEPENDENCIES = ekhtml_tables.h -lib_LTLIBRARIES = libekhtml.la -noinst_PROGRAMS = ekhtml_mktables - -ekhtml_mktables_SOURCES = ekhtml_mktables.c - -ekhtml.c: ekhtml_tables.h - -ekhtml_tables.h: ekhtml_mktables - ./ekhtml_mktables > $@ - -CLEANFILES = ekhtml_tables.h |