Skip to content

Commit

Permalink
Depend on PCRE
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 7, 2014
1 parent a091d64 commit 5574006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ AUTOMAKE_OPTIONS = subdir-objects
## to provide a way for the user to supply additional arguments.
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}

libcspeech_CFLAGS = $(PCRE_CFLAGS)
libcspeech_LDADD = $(PCRE_LIBS)

## Define a libtool archive target "libcspeech-@[email protected]", with
## @CSPEECH_API_VERSION@ substituted into the generated Makefile at configure
## time.
Expand Down
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ AC_INIT([cspeech], [0.1], [[email protected]], [cspeech],
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.10 -Wall no-define])

PKG_CHECK_MODULES([PCRE], [libpcre])

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

0 comments on commit 5574006

Please sign in to comment.