diff options
author | Stijn Buys <ingar@osirion.org> | 2007-10-21 15:19:45 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2007-10-21 15:19:45 +0000 |
commit | f79c4c47f6f70ac07e521f06420bb80b1028a799 (patch) | |
tree | 5342357eade0c4afdf7d7ea7fb896af106d990c4 /src/game | |
parent | 97cbb7514135ec81803e746f0b549e9f95abbecc (diff) |
project files updates
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/Makefile.am | 6 |
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 |