summaryrefslogtreecommitdiff
path: root/Makefile.files
blob: 3aaf2034416edea316ed8706f7acfe28b8dce43e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# 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_syslog.c

DEBUG_EXTRA_DIST = \
	debug.h \
	debug_filter.h \
	debug_syslog.h