562eee464d
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
16 lines
378 B
Plaintext
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
|
|
|