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 a64f73f..89c87d3 100644
--- a/src/game/base/Makefile.am
+++ b/src/game/base/Makefile.am
@@ -12,6 +12,7 @@ noinst_HEADERS = \
navpoint.h \
planet.h \
racetrack.h \
+ savegame.h \
ship.h \
shipmodel.h \
star.h \
@@ -27,6 +28,7 @@ libbase_la_SOURCES = \
navpoint.cc \
planet.cc \
racetrack.cc \
+ savegame.cc \
ship.cc \
shipmodel.cc \
star.cc \