blob: 4781f2cf360877060b16caf94521f5f6559f2a32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# Include this file from your project Makefile and add the
# variable DEBUG_SOURCES to the files that need compilation.
#
DEBUG_SOURCES = \
debug.c \
debug_filter.c
DEBUG_EXTRA_DIST = \
debug.h \
debug_filter.h
|