Browse Source

Some systems need -lm to use the math library functions.

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

+ 1
- 1
Makefile.am View File

@@ -61,7 +61,7 @@ docs/speak_lib.h: src/include/espeak-ng/speak_lib.h

lib_LTLIBRARIES += src/libespeak-ng.la

src_libespeak_ng_la_LDFLAGS = -version-info $(SHARED_VERSION) -lpthread
src_libespeak_ng_la_LDFLAGS = -version-info $(SHARED_VERSION) -lpthread -lm
src_libespeak_ng_la_CFLAGS = -Isrc/include/espeak-ng \
-fPIC -fvisibility=hidden -D LIBRARY -D _BSD_SOURCE -D _POSIX_C_SOURCE=200112L \
-pedantic -fno-exceptions -D PATH_ESPEAK_DATA=\"$(DATADIR)\"

Loading…
Cancel
Save