diff src/Makefile.am @ 507:135570a8bd96

Move debug macros from main.h to new debug.h. Make debug_level static to debug.c and add utility functions to manipulate it. Add #include "debug.h" where needed.
author zas_
date Thu, 24 Apr 2008 08:53:39 +0000
parents 5e9c24d3b3a8
children 011a6be611c8
line wrap: on
line diff
--- a/src/Makefile.am	Thu Apr 24 00:15:03 2008 +0000
+++ b/src/Makefile.am	Thu Apr 24 08:53:39 2008 +0000
@@ -91,6 +91,8 @@
 	color-man.h	\
 	compat.c	\
 	compat.h	\
+	debug.c		\
+	debug.h		\
 	dnd.c		\
 	dnd.h		\
 	dupe.c		\