From a6a37995e9377fb01efc6a50fb71f2fbe57bac44 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Wed, 18 Apr 2018 23:02:15 +0300 Subject: [PATCH] build: update automake sources --- makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/makefile.am b/makefile.am index a0c06a9..1999b3d 100644 --- a/makefile.am +++ b/makefile.am @@ -54,7 +54,8 @@ cglm_HEADERS = include/cglm/version.h \ include/cglm/plane.h \ include/cglm/frustum.h \ include/cglm/box.h \ - include/cglm/color.h + include/cglm/color.h \ + include/cglm/project.h cglm_calldir=$(includedir)/cglm/call cglm_call_HEADERS = include/cglm/call/mat4.h \ @@ -68,7 +69,8 @@ cglm_call_HEADERS = include/cglm/call/mat4.h \ include/cglm/call/euler.h \ include/cglm/call/plane.h \ include/cglm/call/frustum.h \ - include/cglm/call/box.h + include/cglm/call/box.h \ + include/cglm/call/project.h cglm_simddir=$(includedir)/cglm/simd cglm_simd_HEADERS = include/cglm/simd/intrin.h