From de39a41da62c4b3820b4805ddb7c4970c36bc257 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 18 Apr 2015 17:17:37 -0300 Subject: added loader, error handling and cli. tests needed --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e639307..3b15057 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,8 @@ CLEANFILES = \ $(NULL) noinst_HEADERS = \ - src/output.h \ + src/error.h \ + src/loader.h \ src/source-parser.h \ src/template-parser.h \ src/utils/utils.h \ @@ -42,7 +43,8 @@ check_PROGRAMS = \ libblogc_la_SOURCES = \ - src/output.c \ + src/error.c \ + src/loader.c \ src/source-parser.c \ src/template-parser.c \ src/utils/slist.c \ -- cgit v1.2.3-18-g5258