From d01664f17503d52d4be1c31e099065da0d38d7f3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 23 Nov 2008 22:13:03 +0000 Subject: merged model classes into one file, classname cleanup, fx_particles --- src/model/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/model/Makefile.am') diff --git a/src/model/Makefile.am b/src/model/Makefile.am index f029390..93023ff 100644 --- a/src/model/Makefile.am +++ b/src/model/Makefile.am @@ -1,11 +1,11 @@ METASOURCES = AUTO -libmodel_la_SOURCES = dock.cc engine.cc flare.cc fragment.cc light.cc map.cc \ - model.cc plane.cc primitives.cc quad.cc triangle.cc vertexarray.cc +libmodel_la_SOURCES = classes.cc fragment.cc map.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 -noinst_HEADERS = dock.h engine.h flare.h fragment.h light.h map.h material.h \ - model.h plane.h primitives.h quad.h triangle.h vertexarray.h +noinst_HEADERS = classes.h fragment.h map.h material.h model.h plane.h \ + primitives.h quad.h triangle.h vertexarray.h INCLUDES = -I$(top_srcdir)/src -- cgit v1.2.3