From d07d7e0d0ba022d555f418e9a072d71c190ed225 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 12 Nov 2010 00:03:31 +0000 Subject: read factions.ini and add te ablity to apply faction colors to entities, read templates.ini and add te ablity to apply template settings to entities. --- src/game/base/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/game/base/Makefile.am') diff --git a/src/game/base/Makefile.am b/src/game/base/Makefile.am index 6391468..bb0d967 100644 --- a/src/game/base/Makefile.am +++ b/src/game/base/Makefile.am @@ -14,7 +14,8 @@ libbase_la_SOURCES = \ ship.cc \ shipmodel.cc \ star.cc \ - station.cc + station.cc \ + template.cc noinst_HEADERS = \ cargo.h \ cargopod.h \ @@ -27,4 +28,5 @@ noinst_HEADERS = \ ship.h \ shipmodel.h \ star.h \ - station.h + station.h \ + template.h -- cgit v1.2.3