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>2009-02-08 13:13:11 +0000
committerStijn Buys <ingar@osirion.org>2009-02-08 13:13:11 +0000
commitc8a6ff1c0693ca1bd9025dcbdd7c22e3d193f8dd (patch)
tree67b9568002fa77ea34aa993362fd53636f70fca8 /src/model/Makefile.am
parent43f7733dfdd8700430a238d230ed573c12e72c87 (diff)
materials registry, read shaderlist.txt
Diffstat (limited to 'src/model/Makefile.am')
-rw-r--r--src/model/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/Makefile.am b/src/model/Makefile.am
index 93023ff..81512ab 100644
--- a/src/model/Makefile.am
+++ b/src/model/Makefile.am
@@ -1,7 +1,7 @@
METASOURCES = AUTO
-libmodel_la_SOURCES = classes.cc fragment.cc map.cc model.cc plane.cc \
- primitives.cc quad.cc triangle.cc vertexarray.cc
+libmodel_la_SOURCES = classes.cc fragment.cc map.cc material.cc model.cc \
+ plane.cc primitives.cc quad.cc triangle.cc vertexarray.cc
libmodel_la_LDFLAGS = -avoid-version -no-undefined -lm
noinst_LTLIBRARIES = libmodel.la