summaryrefslogtreecommitdiff
path: root/Makefile.files
blob: f68603dfcd653058c0822abbd6cca72ad7f1bfc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Include this file from your project Makefile and add the
# variable HUGIN_SOURCES to the files that need compilation.
#

HUGIN_SOURCES = \
	hugin.c \
	hugin_syslog.c \
	hugin_filter.c

HUGIN_EXTRA_DIST = \
	hugin.h \
	hugin.hpp \
	hugin_util.h \
	hugin_filter.h \
	hugin_syslog.h