aboutsummaryrefslogtreecommitdiff
path: root/libexec/flua/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/flua/Makefile.inc')
-rw-r--r--libexec/flua/Makefile.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/libexec/flua/Makefile.inc b/libexec/flua/Makefile.inc
index 34505d54d7df..37a49e258ecb 100644
--- a/libexec/flua/Makefile.inc
+++ b/libexec/flua/Makefile.inc
@@ -2,4 +2,9 @@ SHLIBDIR?= ${LIBDIR}/flua
CFLAGS+= \
-I${SRCTOP}/contrib/lua/src \
- -I${SRCTOP}/lib/liblua
+ -I${SRCTOP}/lib/liblua \
+ -I${SRCTOP}/libexec/flua
+
+.ifdef BOOTSTRAPPING
+CFLAGS+= -DBOOTSTRAPPING
+.endif