From 4cfeb39fbe99be28f22611c6146b1655549f7850 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 25 Jun 2016 03:15:04 +0200 Subject: build: link debug.c directly to blogc binary --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 75bd927..11dde62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,7 +75,6 @@ check_PROGRAMS = \ libblogc_la_SOURCES = \ src/content-parser.c \ src/datetime-parser.c \ - src/debug.c \ src/error.c \ src/file.c \ src/loader.c \ @@ -106,6 +105,7 @@ libblogc_utils_la_CFLAGS = \ blogc_SOURCES = \ src/blogc.c \ + src/debug.c \ $(NULL) blogc_CFLAGS = \ -- cgit v1.2.3-18-g5258