forked from adhearsion/cspeech
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
060dd6e
commit cbb03e2
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ AUTOMAKE_OPTIONS = subdir-objects | |
## to provide a way for the user to supply additional arguments. | ||
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} | ||
|
||
libcspeech_CFLAGS = $(PCRE_CFLAGS) | ||
libcspeech_LIBADD = $(PCRE_LIBS) | ||
libcspeech_CFLAGS = $(PCRE_CFLAGS) $(IKSEMEL_CFLAGS) | ||
libcspeech_LIBADD = $(PCRE_LIBS) $(IKSEMEL_LIBS) | ||
|
||
## Define a libtool archive target "libcspeech-@[email protected]", with | ||
## @CSPEECH_API_VERSION@ substituted into the generated Makefile at configure | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters