diff options
author | Jaromir Wysoglad | 2019-07-10 10:49:29 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-09-01 22:47:55 +0300 |
commit | f78fc85f3a0c92245802098327425d21670d9479 (patch) | |
tree | 4ae190e34e8b90c6dd8ce5a5a0ecedcba62c691e /backends/module.mk | |
parent | b1b03b18d35d59ad0d712c723a3d4f8c02dcfc18 (diff) | |
download | scummvm-rg350-f78fc85f3a0c92245802098327425d21670d9479.tar.gz scummvm-rg350-f78fc85f3a0c92245802098327425d21670d9479.tar.bz2 scummvm-rg350-f78fc85f3a0c92245802098327425d21670d9479.zip |
TTS: Create a TTS skeleton
Diffstat (limited to 'backends/module.mk')
-rw-r--r-- | backends/module.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/module.mk b/backends/module.mk index ee123434d8..42c840436b 100644 --- a/backends/module.mk +++ b/backends/module.mk @@ -344,5 +344,10 @@ MODULE_OBJS += \ saves/recorder/recorder-saves.o endif +ifdef USE_LINUX_TTS +MODULE_OBJS += \ + text-to-speech/linux/linux-text-to-speech.o +endif + # Include common rules include $(srcdir)/rules.mk |