mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 21:26:35 +00:00
Fix compilation error
This commit is contained in:
parent
347fa8c4e1
commit
efc901b79d
4 changed files with 8 additions and 7 deletions
|
@ -14,18 +14,13 @@ GSSpeechRecognitionServer_OBJC_FILES = \
|
|||
GSSpeechRecognitionServer.m \
|
||||
main.m
|
||||
|
||||
|
||||
ifeq ($(GSSPEECHRECOGNITIONENGINE), Pocketsphinx)
|
||||
POCKETSPHINX_BASE_LIBS = -lpocketsphinx -lsphinxbase -lsphinxad
|
||||
|
||||
# Add includes and link dirs.... need to replace triplet.
|
||||
GSSpeechRecognitionServer_OBJC_FILES += PocketsphinxSpeechRecognitionEngine.m
|
||||
# Add includes and link dirs....
|
||||
GSSpeechRecognitionServer_OBJC_FILES += $(RECOGNIZER_ENGINE_CLASS)
|
||||
GSSpeechRecognitionServer_INCLUDE_DIRS += $(RECOGNIZER_BASE_CFLAGS) \
|
||||
-I../../Headers \
|
||||
-I../../Headers/Additions
|
||||
GSSpeechRecognitionServer_LIB_DIRS += -L../../Source/$(GNUSTEP_OBJ_DIR) \
|
||||
-L/usr/local/lib -lgnustep-gui \
|
||||
$(RECOGNIZER_BASE_LIBS)
|
||||
endif
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/application.make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue