From f79c4c47f6f70ac07e521f06420bb80b1028a799 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 21 Oct 2007 15:19:45 +0000 Subject: project files updates --- src/game/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game/Makefile.am') diff --git a/src/game/Makefile.am b/src/game/Makefile.am index 754c168..9e86c15 100644 --- a/src/game/Makefile.am +++ b/src/game/Makefile.am @@ -3,7 +3,7 @@ METASOURCES = AUTO libgame_la_LDFLAGS = -avoid-version noinst_LTLIBRARIES = libgame.la -libgame_la_SOURCES = game.cc game.h ship.cc ship.h player.h world.h star.cc \ - star.h sector.h +libgame_la_SOURCES = console.h file.cc file.h game.cc game.h player.h sector.h \ + ship.cc ship.h star.cc star.h world.h INCLUDES = -I$(top_srcdir)/src -noinst_HEADERS = world.h sector.h +noinst_HEADERS = console.h file.h sector.h world.h -- cgit v1.2.3