diff --git a/makefile.am b/makefile.am index 546e67a..962e1d3 100644 --- a/makefile.am +++ b/makefile.am @@ -59,7 +59,9 @@ cglm_HEADERS = include/cglm/version.h \ include/cglm/sphere.h \ include/cglm/ease.h \ include/cglm/curve.h \ - include/cglm/bezier.h + include/cglm/bezier.h \ + include/cglm/types-struct.h \ + include/cglm/struct.h cglm_calldir=$(includedir)/cglm/call cglm_call_HEADERS = include/cglm/call/mat4.h \