From 4986d5902c36dc2b286e42591114d569af7e8517 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Mon, 23 Mar 2020 18:35:35 +0100 Subject: Drop automake build support. Add basic cmake build instructions. Delete empty files TODO and NEWS. Delete the folder templates. Rework of the README file. Add the "MODULE" directive to the plugin build. Signed-off-by: gregory guy --- src/parsers/Makefile.am | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/parsers/Makefile.am (limited to 'src/parsers/Makefile.am') diff --git a/src/parsers/Makefile.am b/src/parsers/Makefile.am deleted file mode 100644 index a20f28e..0000000 --- a/src/parsers/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -INCLUDES = $(all_includes) -METASOURCES = AUTO -libparsers_la_LDFLAGS = -avoid-version $(all_libraries) -noinst_LTLIBRARIES = libparsers.la -noinst_HEADERS = parsers.h qhtmlstream.h -libparsers_la_SOURCES = list.cpp search.cpp policy.cpp show.cpp parsers.cpp filesearch.cpp -libparsers_la_LIBADD = $(LIB_TDEIO) -- cgit v1.2.1