summaryrefslogtreecommitdiff
path: root/Makefile.files
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-12-07 14:50:07 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2012-12-07 14:50:07 +0100
commit26b8b48b4952249a13855a21946955a10c77837f (patch)
treed5b07924fa90e75784ebb29afa1eeca6473ce697 /Makefile.files
parente8f12bfd6d9fa3e813c3f8d4f6102a6b1c7037ab (diff)
Add filter functionality.
Diffstat (limited to 'Makefile.files')
-rw-r--r--Makefile.files6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.files b/Makefile.files
index e707d13..4781f2c 100644
--- a/Makefile.files
+++ b/Makefile.files
@@ -4,7 +4,9 @@
#
DEBUG_SOURCES = \
- debug.c
+ debug.c \
+ debug_filter.c
DEBUG_EXTRA_DIST = \
- debug.h \ No newline at end of file
+ debug.h \
+ debug_filter.h \ No newline at end of file