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 3d6840a..634a571 100644
--- a/src/game/base/Makefile.am
+++ b/src/game/base/Makefile.am
@@ -11,6 +11,7 @@ noinst_HEADERS = \
jumppoint.h \
navpoint.h \
npc.h \
+ patrol.h \
planet.h \
racetrack.h \
savegame.h \
@@ -30,6 +31,7 @@ libbase_la_SOURCES = \
jumppoint.cc \
navpoint.cc \
npc.cc \
+ patrol.cc \
planet.cc \
racetrack.cc \
savegame.cc \