From 429fdfd5c53442c37e9264465fb071c3d728890e Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Tue, 3 Apr 2018 16:47:51 +0300 Subject: [PATCH] update build scripts --- makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makefile.am b/makefile.am index a81bdd5..217fff3 100644 --- a/makefile.am +++ b/makefile.am @@ -98,13 +98,15 @@ libcglm_la_SOURCES=\ src/mat4.c \ src/plane.c \ src/frustum.c \ - src/box.c + src/box.c \ + src/project.c test_tests_SOURCES=\ test/src/test_common.c \ test/src/test_main.c \ test/src/test_mat4.c \ test/src/test_cam.c \ + test/src/test_project.c \ test/src/test_clamp.c \ test/src/test_euler.c