Files
sphinxbase/sphinxbase.pc.in
Mladen Milinkovic 562eee464d Fixed sphinxbase.pc libs syntax
Removed quotes around libs variable. Invoking pkgconf --static --libs sphinxbase would output:
-lsphinxbase -lsphinxad -lpulse -lpulse-simple -lpthread -lm -lblas -llapack -lpulse\ -lpulse-simple\ -lpthread\ -lm\ -lblas\ -llapack\  
instead of:
-lsphinxbase -lsphinxad -lpulse -lpulse-simple -lpthread -lm -lblas -llapack -lpulse -lpulse-simple -lpthread -lm -lblas -llapack
2018-06-11 15:30:12 +02:00

16 lines
378 B
Plaintext

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
libs=@LIBS@
datadir=@datarootdir@/@PACKAGE@
Name: SphinxBase
Description: Shared components for Sphinx speech recognition
Version: @VERSION@
URL: http://www.cmusphinx.org/
Libs: -L${libdir} -lsphinxbase -lsphinxad @LIBS@
Libs.private: ${libs}
Cflags: -I${includedir} -I${includedir}/sphinxbase