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, 1 insertions, 1 deletions
diff --git a/src/model/Makefile.am b/src/model/Makefile.am
index 4a5e4e6..a6e8a99 100644
--- a/src/model/Makefile.am
+++ b/src/model/Makefile.am
@@ -1,7 +1,7 @@
METASOURCES = AUTO
libmodel_la_SOURCES = engine.cc flare.cc fragment.cc light.cc map.cc model.cc \
- plane.cc quad.cc triangle.cc vertexarray.cc
+ plane.cc primitives.cc quad.cc triangle.cc vertexarray.cc
libmodel_la_LDFLAGS = -avoid-version -no-undefined -lm
noinst_LTLIBRARIES = libmodel.la