diff options
| -rw-r--r-- | Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
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 = \  | 
