Browse Source

Link to the math library in speak-ng as well as libespeak-ng.

master
Reece H. Dunn 9 years ago
parent
commit
4f2560a6b0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile.am

+ 1
- 1
Makefile.am View File

@@ -178,7 +178,7 @@ man1_MANS += src/speak-ng.1
endif

src_speak_ng_LDADD = src/libespeak-ng.la
src_speak_ng_LDFLAGS = -static
src_speak_ng_LDFLAGS = -static -lm
src_speak_ng_CFLAGS = -Isrc/libespeak-ng -Isrc/include -D _POSIX_C_SOURCE=200112L
src_speak_ng_SOURCES = src/speak-ng.c


Loading…
Cancel
Save