From a9bf621b288ef47b3b461adefbd0ef006ebc74d5 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 25 Jun 2016 03:06:59 +0200 Subject: debug: move debug functions to separated file --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d3ab12c..75bd927 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,8 +34,9 @@ BUILT_SOURCES = \ noinst_HEADERS = \ src/content-parser.h \ src/datetime-parser.h \ - src/file.h \ + src/debug.h \ src/error.h \ + src/file.h \ src/loader.h \ src/renderer.h \ src/source-parser.h \ @@ -74,8 +75,9 @@ check_PROGRAMS = \ libblogc_la_SOURCES = \ src/content-parser.c \ src/datetime-parser.c \ - src/file.c \ + src/debug.c \ src/error.c \ + src/file.c \ src/loader.c \ src/renderer.c \ src/source-parser.c \ -- cgit v1.2.3-18-g5258