Browse Source

fix compiling in build directory

$(srcdir) was missing on includes for src/include/espeak-ng/espeak-ng.h
master
Rudi Heitbaum 1 year ago
parent
commit
9e6083c12a
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

@@ -16,7 +16,7 @@ SHARED_VERSION=2:51:1 # = *.so.1.1.51
MKDIR=mkdir -p

AM_CFLAGS = \
-Isrc/include -Isrc/include/compat -I$(srcdir)/src/speechPlayer/include -I$(srcdir)/src/ucd-tools/src/include \
-I$(srcdir)/src/include -Isrc/include/compat -I$(srcdir)/src/speechPlayer/include -I$(srcdir)/src/ucd-tools/src/include \
-D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L
AM_CXXFLAGS =


Loading…
Cancel
Save