summaryrefslogtreecommitdiff
path: root/Makefile.files
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-12-13 10:00:30 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2012-12-13 10:00:30 +0100
commitbf73de8ded17a3841b2fc0e4d5d10b490182e2ff (patch)
tree55a68a416e7a42ed0018c59b8fc77308ff308bcf /Makefile.files
parent19d68b15981f50f96b0220516334cd9622fe8b17 (diff)
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.
Diffstat (limited to 'Makefile.files')
-rw-r--r--Makefile.files3
1 files changed, 2 insertions, 1 deletions
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 \