From fa097b869cb0996804bd062a30f1547d9b05b785 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 4 Jan 2013 11:23:02 +0100 Subject: Rename project from 'Debug Module' to 'Hugin' --- Makefile.files | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'Makefile.files') 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 -- cgit v1.2.3