Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 3d9d7c0..cba5c48 100644
--- a/src/model/Makefile.am
+++ b/src/model/Makefile.am
@@ -5,6 +5,7 @@ INCLUDES = -I$(top_srcdir)/src
noinst_LTLIBRARIES = libmodel.la
noinst_HEADERS = \
asefile.h \
+ collisionmesh.h \
face.h \
fragment.h \
mapfile.h \
@@ -18,6 +19,7 @@ noinst_HEADERS = \
libmodel_la_SOURCES = \
asefile.cc \
+ collisionmesh.cc \
face.cc \
fragment.cc \
mapfile.cc \