Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-01-26 15:56:10 +0000
committerStijn Buys <ingar@osirion.org>2011-01-26 15:56:10 +0000
commitc3182222bd3fef6009f98205c0203d61a7509b11 (patch)
tree32046ab6ae2d54f0930f8d5289f45a6807874635 /src/model/Makefile.am
parent035653e94a3d74b8f18c993034199d7cd08a895a (diff)
Corrected the origin alignment of collision mesh bodies.
Diffstat (limited to 'src/model/Makefile.am')
-rw-r--r--src/model/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/Makefile.am b/src/model/Makefile.am
index cba5c48..de6d902 100644
--- a/src/model/Makefile.am
+++ b/src/model/Makefile.am
@@ -15,6 +15,7 @@ noinst_HEADERS = \
quad.h \
tags.h \
triangle.h \
+ trianglelist.h \
vertexarray.h
libmodel_la_SOURCES = \
@@ -29,6 +30,7 @@ libmodel_la_SOURCES = \
quad.cc \
tags.cc \
triangle.cc \
+ trianglelist.cc \
vertexarray.cc
libmodel_la_DEPENDENCIES = \