diff src/libSAD/Makefile @ 4757:bb0638143fc8

move libSAD's DEBUG_MSG out of global scope, as it breaks timidity and possible something else
author Andrew O. Shadoura <bugzilla@tut.by>
date Thu, 07 Aug 2008 12:29:24 +0300
parents 4eb812a53716
children d0218338996d
line wrap: on
line diff
--- a/src/libSAD/Makefile	Thu Aug 07 03:54:15 2008 +0300
+++ b/src/libSAD/Makefile	Thu Aug 07 12:29:24 2008 +0300
@@ -8,7 +8,8 @@
 
 INCLUDES = libSAD.h \
            common.h \
-           dither.h
+           dither.h \
+           debug.h
 
 include ../../buildsys.mk
 include ../../extra.mk