From 6af4e0d5654052755122d04c20fbaaea20aca567 Mon Sep 17 00:00:00 2001 From: "Daisuke Fujimura (fd0)" Date: Wed, 18 Jun 2025 20:55:40 +0900 Subject: [PATCH] Fix `make` on `srcdir != builddir` --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 94510a6..e2d949e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ checkCFLAGS = $(AM_CFLAGS) \ -std=gnu11 \ -O3 \ -DCGLM_DEFINE_PRINTS \ - -I./include + -I$(srcdir)/include check_PROGRAMS = test/tests TESTS = $(check_PROGRAMS)