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>2012-10-10 21:28:24 +0000
committerStijn Buys <ingar@osirion.org>2012-10-10 21:28:24 +0000
commitfe77356f14255d86fe61130d1939243ce7fc59b1 (patch)
tree080b455b0a8ceb263ed74ccf204581eb6324a145 /src/game/base/Makefile.am
parent05c560e7b9f508997a7c7c5e466329692796dab4 (diff)
Added space mine proof of concept.
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 89c87d3..ddfa5ae 100644
--- a/src/game/base/Makefile.am
+++ b/src/game/base/Makefile.am
@@ -15,6 +15,7 @@ noinst_HEADERS = \
savegame.h \
ship.h \
shipmodel.h \
+ spacemine.h \
star.h \
station.h \
template.h
@@ -31,6 +32,7 @@ libbase_la_SOURCES = \
savegame.cc \
ship.cc \
shipmodel.cc \
+ spacemine.cc \
star.cc \
station.cc \
template.cc