summaryrefslogtreecommitdiff
path: root/Makefile.files
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.files')
-rw-r--r--Makefile.files20
1 files changed, 11 insertions, 9 deletions
diff --git a/Makefile.files b/Makefile.files
index 0e44523..f68603d 100644
--- a/Makefile.files
+++ b/Makefile.files
@@ -1,14 +1,16 @@
#
# Include this file from your project Makefile and add the
-# variable DEBUG_SOURCES to the files that need compilation.
+# variable HUGIN_SOURCES to the files that need compilation.
#
-DEBUG_SOURCES = \
- debug.c \
- debug_syslog.c \
- debug_filter.c
+HUGIN_SOURCES = \
+ hugin.c \
+ hugin_syslog.c \
+ hugin_filter.c
-DEBUG_EXTRA_DIST = \
- debug.h \
- debug_filter.h \
- debug_syslog.h
+HUGIN_EXTRA_DIST = \
+ hugin.h \
+ hugin.hpp \
+ hugin_util.h \
+ hugin_filter.h \
+ hugin_syslog.h