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