mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
Fix speech recognizer compilation
This commit is contained in:
parent
75122ac78e
commit
b1f9f1fd78
9 changed files with 1 additions and 2 deletions
|
@ -161,4 +161,3 @@ BOOL _serverLaunchTested = NO;
|
|||
}
|
||||
|
||||
@end
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ include ../config.make
|
|||
|
||||
include ../Version
|
||||
|
||||
SUBPROJECTS = $(BUILD_SPEECH) $(BUILD_SOUND) $(BUILD_SPEECH_RECOGNITION)
|
||||
SUBPROJECTS = $(BUILD_SPEECH) $(BUILD_SOUND) $(BUILD_SPEECH_RECOGNIZER)
|
||||
TOOL_NAME = make_services set_show_service gopen gclose gcloseall
|
||||
SERVICE_NAME = GSspell
|
||||
|
||||
|
|
Loading…
Reference in a new issue