From 241b751d8c556b245fd3cadde6b64841d59624ab Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Wed, 22 Jan 2025 23:17:23 +0300 Subject: [PATCH] build, autotools: add missing file --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 2a8ce0e..a8b64d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -270,6 +270,7 @@ libcglm_la_SOURCES=\ src/bezier.c \ src/ray.c \ src/affine2d.c \ + src/aabb2d.c \ src/clipspace/ortho_lh_no.c \ src/clipspace/ortho_lh_zo.c \ src/clipspace/ortho_rh_no.c \