Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2007-10-21 15:19:45 +0000
committerStijn Buys <ingar@osirion.org>2007-10-21 15:19:45 +0000
commitf79c4c47f6f70ac07e521f06420bb80b1028a799 (patch)
tree5342357eade0c4afdf7d7ea7fb896af106d990c4 /src/game/Makefile.am
parent97cbb7514135ec81803e746f0b549e9f95abbecc (diff)
project files updates
Diffstat (limited to 'src/game/Makefile.am')
-rw-r--r--src/game/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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