added SIMONDEBUG to Makefile

svn-id: r5241
This commit is contained in:
Max Horn 2002-10-22 12:06:54 +00:00
parent c8905a5c8a
commit 80fad40394

View File

@ -35,6 +35,9 @@ LIBS += -lmad
# DEFINES += -DUSE_ALSA
# LIBS += -lasound
# Uncomment this to activate extended debugging support in Simon
DEFINES += -DSIMONDEBUG
# Concat DEFINES and INCLUDES to for the CPPFLAGS
CPPFLAGS= $(DEFINES) $(INCLUDES)