summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-04-18 14:51:42 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-04-19 13:02:28 -0400
commit1501910dd0d09c50057c8358901663a87333bd8f (patch)
treeb9abef01068fbda32a4e9473f8a5c73e3ec58f09 /config
parentaa0843ae50b09bad3ece21bd310b849d034efac2 (diff)
downloadbfs-1501910dd0d09c50057c8358901663a87333bd8f.tar.xz
tests: Add ../src to the include path
Diffstat (limited to 'config')
-rw-r--r--config/flags.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/flags.mk b/config/flags.mk
index 1043779..d02cc8b 100644
--- a/config/flags.mk
+++ b/config/flags.mk
@@ -28,6 +28,7 @@ export XLDLIBS=${LDLIBS}
# Immutable flags
export BFS_CPPFLAGS= \
+ -Isrc \
-D__EXTENSIONS__ \
-D_ATFILE_SOURCE \
-D_BSD_SOURCE \