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 5ac64c8..80e2bd8 100644
--- a/src/game/base/Makefile.am
+++ b/src/game/base/Makefile.am
@@ -6,6 +6,7 @@ noinst_LTLIBRARIES = libbase.la
noinst_HEADERS = \
cargo.h \
cargopod.h \
+ character.h \
game.h \
faction.h \
jumppoint.h \
@@ -29,6 +30,7 @@ noinst_HEADERS = \
libbase_la_SOURCES = \
cargo.cc \
cargopod.cc \
+ character.cc \
faction.cc \
game.cc \
jumppoint.cc \