From 96e415daa4745b4cc57cdbd8e0515082615b5b33 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Fri, 22 Mar 2024 10:42:29 +0300 Subject: [PATCH] build: add missing file --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4745699..2a8ce0e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -216,7 +216,8 @@ cglm_struct_HEADERS = include/cglm/struct/mat4.h \ include/cglm/struct/project.h \ include/cglm/struct/sphere.h \ include/cglm/struct/color.h \ - include/cglm/struct/curve.h + include/cglm/struct/curve.h \ + include/cglm/struct/ray.h cglm_struct_clipspacedir=$(includedir)/cglm/struct/clipspace cglm_struct_clipspace_HEADERS = include/cglm/struct/clipspace/persp_lh_no.h \