Add missing struct headers to makefile.am

This commit is contained in:
Carsten Hartenfels
2019-06-23 13:24:06 +02:00
parent 44f36559c3
commit bbb52f352c

View File

@@ -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 \