summaryrefslogtreecommitdiff
path: root/Makefile.files
blob: 0e445233aac17d50612f6b4c74d00b0063d346f1 (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_syslog.c \
	debug_filter.c

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