summaryrefslogtreecommitdiff
path: root/Makefile.files
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-01-04 11:23:02 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-01-04 11:23:02 +0100
commitfa097b869cb0996804bd062a30f1547d9b05b785 (patch)
tree741b2a9951eb9a8a4e2ee9180e421c0b608d5cfb /Makefile.files
parent76f4ad0d529623ecd36ce8b0a4f3e73c0240e60c (diff)
Rename project from 'Debug Module' to 'Hugin'
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