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.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/game/base/Makefile.am b/src/game/base/Makefile.am
index 6391468..bb0d967 100644
--- a/src/game/base/Makefile.am
+++ b/src/game/base/Makefile.am
@@ -14,7 +14,8 @@ libbase_la_SOURCES = \
ship.cc \
shipmodel.cc \
star.cc \
- station.cc
+ station.cc \
+ template.cc
noinst_HEADERS = \
cargo.h \
cargopod.h \
@@ -27,4 +28,5 @@ noinst_HEADERS = \
ship.h \
shipmodel.h \
star.h \
- station.h
+ station.h \
+ template.h