Browse Source

remove space between -D and PATH_ESPEAK_DATA

fixed a wrong compilation parameter
master
Minas Tirith Citizen 4 years ago
parent
commit
d44f6e0c99
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile.am

+ 1
- 1
Makefile.am View File



src_libespeak_ng_la_CFLAGS = \ src_libespeak_ng_la_CFLAGS = \
-fPIC -fvisibility=hidden \ -fPIC -fvisibility=hidden \
-pedantic -fno-exceptions -D PATH_ESPEAK_DATA=\"$(DATADIR)\" -DLIBESPEAK_NG_EXPORT \
-pedantic -fno-exceptions -DPATH_ESPEAK_DATA=\"$(DATADIR)\" -DLIBESPEAK_NG_EXPORT \
${PCAUDIOLIB_CFLAGS} ${AM_CFLAGS} ${PCAUDIOLIB_CFLAGS} ${AM_CFLAGS}


src_libespeak_ng_la_SOURCES = \ src_libespeak_ng_la_SOURCES = \

Loading…
Cancel
Save