fix sound code dependency, this fixes linking of tiny build (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2012-04-24 11:59:02 +00:00
parent 53bf34c24f
commit 1eb5b2e82b

View File

@ -379,7 +379,7 @@ endif
# OKI ADPCM sample players
#-------------------------------------------------
ifneq ($(filter OKIM6258 OKIM9810,$(SOUNDS)),)
ifneq ($(filter OKIM6258 OKIM6295 OKIM9810,$(SOUNDS)),)
SOUNDOBJS += $(SOUNDOBJ)/okiadpcm.o
endif