COMMON: Move text-to-speech.o MODULE_OBJS

It was bulded if USE_TTS enabled before. It builded bu defaault now.
That strange makefile structure break Symbian makefile parser.
This commit is contained in:
Fiodar Stryzhniou 2021-07-22 02:34:52 +03:00 committed by Eugene Sandulenko
parent 0b4c8176f9
commit 475adcf8aa

View File

@ -42,6 +42,7 @@ MODULE_OBJS := \
stuffit.o \
system.o \
textconsole.o \
text-to-speech.o \
tokenizer.o \
translation.o \
unarj.o \
@ -108,8 +109,5 @@ MODULE_OBJS += \
lua/scummvm_file.o
endif
MODULE_OBJS += \
text-to-speech.o
# Include common rules
include $(srcdir)/rules.mk