mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
Fix compilation of recognizer using pocketsphinx.
This commit is contained in:
parent
eb506bd8ef
commit
2f8e9656a3
1 changed files with 5 additions and 1 deletions
|
@ -21,8 +21,12 @@ GSSpeechRecognitionServer_OBJC_FILES = \
|
|||
ifeq ($(GSSPEECHRECOGNITIONENGINE), Pocketsphinx)
|
||||
POCKETSPHINX_BASE_LIBS = -lpocketsphinx
|
||||
|
||||
# Add includes and link dirs.... need to replace triplet.
|
||||
GSSpeechRecognitionServer_OBJC_FILES += PocketsphinxSpeechRecognitionEngine.m
|
||||
GSSpeechRecognitionServer_INCLUDE_DIRS += -I/usr/local/include/pocketsphinx -I../../Headers \
|
||||
GSSpeechRecognitionServer_INCLUDE_DIRS += -I/usr/local/include/pocketsphinx \
|
||||
-I/usr/include/pocketsphinx \
|
||||
-I/usr/include/x86_64-linux-gnu/sphinxbase \
|
||||
-I../../Headers \
|
||||
-I../../Headers/Additions
|
||||
GSSpeechRecognitionServer_LIB_DIRS += -L../../Source/$(GNUSTEP_OBJ_DIR) \
|
||||
-L/usr/local/lib -lgnustep-gui \
|
||||
|
|
Loading…
Reference in a new issue