defs.mk: Add valgrind core files to CORE variable

This commit is contained in:
Jan Lindemann 2006-03-14 14:44:37 +00:00 committed by Jan Lindemann
commit d3ae69b6f6

View file

@ -171,7 +171,7 @@ CFLAGS += $(LOCAL_CFLAGS) $(PROJECT_CFLAGS) $(YLIB_CFLAGS) $(INCL
CPPFLAGS += $(LOCAL_CPPFLAGS) $(PROJECT_CPPFLAGS) $(YLIB_CPPFLAGS) $(INCLUDE)
LDFFTW += -lrfftw -lfftw -lm
#LDAUDIO = -laudiofile
CORE += $(wildcard core core.*)
CORE += $(wildcard core core.* vgcore vgcore.*)
ifeq ($(USE_QT),true)
USE_X = true