From: Lady <redacted>
Date: Sat, 25 May 2024 04:05:27 +0000 (-0400)
Subject: INCLUDEDIR should default to be in SRCDIR
X-Git-Tag: 0.9.3~2
X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/5df1b342a607db60d876eeb10d953b7a45464e24?ds=inline;hp=c5203f114453b0baf387c86071367e3c29ce1a0c

INCLUDEDIR should default to be in SRCDIR

…not the literal value `sources`, regardless of what `SRCDIR` might
be.
---

diff --git a/GNUmakefile b/GNUmakefile
index 46fb27d..89ca784 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -149,7 +149,7 @@ SRCDIR := sources
 # Multiple directories can be given so long as files with the same name do not exist in each.
 #
 # These can be inside of `SRCDIR´ directories if desired.
-INCLUDEDIR := sources/includes
+INCLUDEDIR := $(SRCDIR)/includes
 
 # The directory in which to generate temporary buildfiles.
 #