aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 91513f7..ac2c3b6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,8 +17,8 @@ engine_SOURCES = \
src/o3d/vertex_data.h src/o3d/vertex_data.cpp \
src/o3d/vertex.h src/o3d/vertex.cpp \
src/o3d/deriv_vertex.h src/o3d/deriv_vertex.cpp \
- src/o3d/tri_vertex.h src/o3d/tri_vertex.cpp \
- src/o3d/tri_deriv_vertex.h src/o3d/tri_deriv_vertex.cpp \
+ src/o3d/tri.h src/o3d/tri.cpp \
+ src/o3d/tri_deriv.h src/o3d/tri_deriv.cpp \
src/o3d/camera.h src/o3d/camera.cpp \
src/o3d/scene.h src/o3d/scene.cpp
engine_CPPFLAGS = -Wall -Wextra $(DEPS_CPPFLAGS)