From bf73de8ded17a3841b2fc0e4d5d10b490182e2ff Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 13 Dec 2012 10:00:30 +0100 Subject: Fix compilation without any modules. Add warning to debug_syslog if symbol not set, but the files is being compiled. Change symbol-not-set error in debug_filter to warning. Add do-not-print-date option for stdout output. Fix missing reference to extern debug_class_str. --- Makefile.files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.files') diff --git a/Makefile.files b/Makefile.files index a75fb39..0e44523 100644 --- a/Makefile.files +++ b/Makefile.files @@ -5,7 +5,8 @@ DEBUG_SOURCES = \ debug.c \ - debug_syslog.c + debug_syslog.c \ + debug_filter.c DEBUG_EXTRA_DIST = \ debug.h \ -- cgit v1.2.3