From 5986a80158ddbd6032a709e04b16019b5c57f641 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 7 Aug 2021 12:40:04 -0500 Subject: [PATCH] Make intprops available as "bup/intprops.h" Signed-off-by: Rob Browning --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 44be77c..228b979 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -69,7 +69,7 @@ config/config.vars: configure config/configure config/configure.inc config/*.in # _XOPEN_SOURCE version, i.e. -Werror crashes on a mismatch, so for # now, we're just going to let Python's version win. -helpers_cflags := $(bup_python_cflags) $(bup_shared_cflags) +helpers_cflags := $(bup_python_cflags) $(bup_shared_cflags) -I$(CURDIR)/src helpers_ldflags := $(bup_python_ldflags) $(bup_shared_ldflags) ifneq ($(strip $(bup_readline_cflags)),) -- 2.39.2