diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-11-04 01:29:11 -0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-11-04 01:29:11 -0200 |
commit | 43bb8973e683743e780895f99f46364c7d85457f (patch) | |
tree | 0cff89a6ad8b081741b1ef1b55cd1d018a3bc444 /Makefile.am | |
parent | 13ce0cdba95a857410208282ea5d0bb13ee1baec (diff) | |
download | blogc-43bb8973e683743e780895f99f46364c7d85457f.tar.gz blogc-43bb8973e683743e780895f99f46364c7d85457f.tar.bz2 blogc-43bb8973e683743e780895f99f46364c7d85457f.zip |
Revert "content-parser: added basic rst-like directives support"
This reverts commit 1faa52052624e7c03256df0c63c43f5d40ddb57a.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 4e79863..4a28b8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,6 @@ MAINTAINERCLEANFILES = \ noinst_HEADERS = \ src/content-parser.h \ src/datetime-parser.h \ - src/directives.h \ src/file.h \ src/error.h \ src/loader.h \ @@ -54,7 +53,6 @@ check_PROGRAMS = \ libblogc_la_SOURCES = \ src/content-parser.c \ src/datetime-parser.c \ - src/directives.c \ src/file.c \ src/error.c \ src/loader.c \ @@ -200,7 +198,6 @@ tests_check_content_parser_CFLAGS = \ tests_check_content_parser_LDFLAGS = \ -no-install \ - -Wl,--wrap=blogc_directive_loader \ $(NULL) tests_check_content_parser_LDADD = \ |