File: spurious-link

package info (click to toggle)
sphinxbase 0.8-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,932 kB
  • ctags: 4,006
  • sloc: ansic: 30,817; sh: 11,330; makefile: 706; cpp: 267; perl: 189; yacc: 93; python: 63; lex: 50
file content (12 lines) | stat: -rw-r--r-- 555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- sphinxbase/sphinxbase.pc.in
+++ sphinxbase/sphinxbase.pc.in
@@ -8,6 +8,7 @@ Name: SphinxBase
 Description: Shared components for Sphinx speech recognition
 Version: @VERSION@
 URL: http://www.cmusphinx.org/
-Libs: -L${libdir} -lsphinxbase -lsphinxad @LIBS@ @SAMPLERATE_LIBS@ @SNDFILE_LIBS@
+Libs: -L${libdir} -lsphinxbase -lsphinxad
 Libs.private: ${libs}
-Cflags: -I${includedir} -I${includedir}/sphinxbase @SAMPLERATE_CFLAGS@ @SNDFILE_CFLAGS@
+Cflags: -I${includedir} -I${includedir}/sphinxbase
+Cflags.private: @SAMPLERATE_CFLAGS@ @SNDFILE_CFLAGS@