Skip to content

Commit

Permalink
Depend on iksemel
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 7, 2014
1 parent 060dd6e commit cbb03e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ cspeech
=======

Speech document (SSML, SRGS, NLSML) modelling and matching for C

# Dependencies

* [iksemel](https://code.google.com/p/iksemel/)
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.10 -Wall no-define])

PKG_CHECK_MODULES([PCRE], [libpcre])
PKG_CHECK_MODULES([IKSEMEL], [iksemel])

# Generate two configuration headers; one for building the library itself with
# an autogenerated template, and a second one that will be installed alongside
Expand Down

0 comments on commit cbb03e2

Please sign in to comment.