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>2013-11-11 00:41:33 +0000
committerStijn Buys <ingar@osirion.org>2013-11-11 00:41:33 +0000
commit7bdab72e2ddf145a4692ae92b22110c2e7febe67 (patch)
tree1d23b5cd5bdb6770b76e1a68ed651d30d6cab22c /src/game/base/Makefile.am
parent8039544940b6145dcc8c63bcd4e06073ed61801e (diff)
Support for station weapons.
Diffstat (limited to 'src/game/base/Makefile.am')
-rw-r--r--src/game/base/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/base/Makefile.am b/src/game/base/Makefile.am
index 7444b73..42a7f5c 100644
--- a/src/game/base/Makefile.am
+++ b/src/game/base/Makefile.am
@@ -14,6 +14,7 @@ noinst_HEADERS = \
npctype.h \
patrol.h \
planet.h \
+ platform.h \
racetrack.h \
savegame.h \
ship.h \
@@ -36,6 +37,7 @@ libbase_la_SOURCES = \
npctype.cc \
patrol.cc \
planet.cc \
+ platform.cc \
racetrack.cc \
savegame.cc \
ship.cc \