Skip to content

Commit

Permalink
build: update automake sources
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed Apr 18, 2018
1 parent 6202179 commit a6a3799
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions makefile.am
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit a6a3799

Please sign in to comment.