Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 \