From f7283b2b9a9bf305ac110ef00cd5c21d5304bfbb Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 25 May 2008 16:44:37 +0000 Subject: target_flare --- 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 25985bb..ba8c38b 100644 --- a/src/model/Makefile.am +++ b/src/model/Makefile.am @@ -1,11 +1,11 @@ METASOURCES = AUTO -libmodel_la_SOURCES = engine.cc light.cc map.cc mapfile.cc model.cc plane.cc \ - tirangle.cc vertexarray.cc +libmodel_la_SOURCES = engine.cc flare.cc light.cc map.cc mapfile.cc model.cc \ + plane.cc tirangle.cc vertexarray.cc libmodel_la_LDFLAGS = -avoid-version -no-undefined -lm noinst_LTLIBRARIES = libmodel.la -noinst_HEADERS = engine.h light.h map.h mapfile.h model.h plane.h triangle.h \ - vertexarray.h +noinst_HEADERS = engine.h flare.h light.h map.h mapfile.h model.h plane.h \ + triangle.h vertexarray.h INCLUDES = -I$(top_srcdir)/src -- cgit v1.2.3