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-08-25 22:04:42 +0000
committerStijn Buys <ingar@osirion.org>2011-08-25 22:04:42 +0000
commit431421c7e626b50186fc54542db3967cde844a66 (patch)
tree31eddc445b1227e77e12f628305e9dacb3f81c39 /src/model/Makefile.am
parentbdd1e564921d7001c218d1e7bcde925057f9b3dc (diff)
OBJ model support, by Thorn
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 3552392..dfd462e 100644
--- a/src/model/Makefile.am
+++ b/src/model/Makefile.am
@@ -12,6 +12,7 @@ noinst_HEADERS = \
mapfile.h \
material.h \
model.h \
+ objfile.h \
primitives.h \
quad.h \
tags.h \
@@ -28,6 +29,7 @@ libmodel_la_SOURCES = \
mapfile.cc \
material.cc \
model.cc \
+ objfile.cc \
primitives.cc \
quad.cc \
tags.cc \