diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 87033a8..c0f1b53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ bin_PROGRAMS = engine engine_SOURCES = src/engine.cpp \ src/fb/chfb.h src/fb/chfb.cpp src/fb/pixfb.h src/fb/pixfb.cpp \ - src/math/math_vector.h src/math/math_vector.cpp \ + src/math/vector.h src/math/vector.cpp \ src/math/mat4.h src/math/mat4.cpp \ src/o3d/mesh.h src/o3d/mesh.cpp src/o3d/tri_vertex.h \ src/o3d/obj3d.h src/o3d/obj3d.cpp src/o3d/tri_vertex.h \ |