From 9c56ebfdba5fe33476f8d382da6d72e5b81ab4b8 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 10 Aug 2008 18:48:23 +0000 Subject: added racetrack to the game module, added Odin's new structures to the assets documentation --- src/game/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/game/Makefile.am') diff --git a/src/game/Makefile.am b/src/game/Makefile.am index 17bd6d3..efa051f 100644 --- a/src/game/Makefile.am +++ b/src/game/Makefile.am @@ -2,7 +2,9 @@ INCLUDES = -I$(top_srcdir)/src METASOURCES = AUTO libgame_la_LDFLAGS = -avoid-version -libgame_la_SOURCES = game.cc navpoint.cc planet.cc ship.cc shipmodel.cc star.cc +libgame_la_SOURCES = game.cc navpoint.cc planet.cc racetrack.cc ship.cc \ + shipmodel.cc star.cc noinst_LTLIBRARIES = libgame.la -noinst_HEADERS = game.h navpoint.h planet.h ship.h shipmodel.h star.h +noinst_HEADERS = game.h navpoint.h planet.h racetrack.h ship.h shipmodel.h \ + star.h -- cgit v1.2.3