From 74201aaef9fc51d6760da90894a6a3e8e6f10f61 Mon Sep 17 00:00:00 2001 From: Stephen Strowes Date: Sun, 14 Jan 2018 21:08:46 +0100 Subject: [PATCH] add new headers to makefile.am (#20) * add new headers to makefile.am * add missing call headers to makefile.am --- makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/makefile.am b/makefile.am index 2350b9c..5cfbd6f 100644 --- a/makefile.am +++ b/makefile.am @@ -50,7 +50,9 @@ cglm_HEADERS = include/cglm/version.h \ include/cglm/euler.h \ include/cglm/util.h \ include/cglm/quat.h \ - include/cglm/affine-mat.h + include/cglm/affine-mat.h \ + include/cglm/plane.h \ + include/cglm/frustum.h cglm_calldir=$(includedir)/cglm/call cglm_call_HEADERS = include/cglm/call/mat4.h \ @@ -61,7 +63,9 @@ cglm_call_HEADERS = include/cglm/call/mat4.h \ include/cglm/call/io.h \ include/cglm/call/cam.h \ include/cglm/call/quat.h \ - include/cglm/call/euler.h + include/cglm/call/euler.h \ + include/cglm/call/plane.h \ + include/cglm/call/frustum.h cglm_simddir=$(includedir)/cglm/simd cglm_simd_HEADERS = include/cglm/simd/intrin.h