mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
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:
parent
0b4c8176f9
commit
475adcf8aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user