diff options
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 699829b..025edee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ AM_CFLAGS = -Wall -AM_CPPFLAGS = -DREGEX_STANDALONE +AM_CPPFLAGS = @TEREX_CPPFLAGS@ -DREGEX_STANDALONE noinst_LTLIBRARIES = libterex.la libterex_la_SOURCES = regcomp.c regexec.c regerror.c regfree.c \ |
