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>2008-03-08 14:35:58 +0000
committerStijn Buys <ingar@osirion.org>2008-03-08 14:35:58 +0000
commit343896eeaa97009fb06096dc5bcc097bf1bd287d (patch)
tree204384094ae725f1d9d33f73be867545a049e241 /src/game/Makefile.am
parentada8263817ed45e29d4bd63ab0ac635a83eec4f8 (diff)
added ships.ini
Diffstat (limited to 'src/game/Makefile.am')
-rw-r--r--src/game/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Makefile.am b/src/game/Makefile.am
index a9685cc..e9f8d0b 100644
--- a/src/game/Makefile.am
+++ b/src/game/Makefile.am
@@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/src
METASOURCES = AUTO
libgame_la_LDFLAGS = -avoid-version
-libgame_la_SOURCES = game.cc ship.cc star.cc
+libgame_la_SOURCES = game.cc ship.cc shipmodel.cc star.cc
noinst_LTLIBRARIES = libgame.la
-noinst_HEADERS = game.h ship.h star.h
+noinst_HEADERS = game.h ship.h shipmodel.h star.h