aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2026-07-05 12:01:17 +0200
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2026-07-05 12:01:17 +0200
commitb00e966f85221c3702a1f3f90e9494eb480876dd (patch)
treefef81e7985bf1f440e55c7ee2ac1111d673e4ae2
parentdfdd292ea7163e60ecdb27ef4e76d85e355c97a4 (diff)
downloadterex-b00e966f85221c3702a1f3f90e9494eb480876dd.tar.gz
Makefile.am: added TEREX_CPPFLAGS
This allows you to pass in additional flags like `-DREG_DEBUG`. terex is *not* built with assertions by default unless you define REG_DEBUG.
-rw-r--r--Makefile.am2
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 \