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 ddfa5ae..544cbb6 100644
--- a/src/game/base/Makefile.am
+++ b/src/game/base/Makefile.am
@@ -18,7 +18,8 @@ noinst_HEADERS = \
spacemine.h \
star.h \
station.h \
- template.h
+ template.h \
+ weapon.h
libbase_la_SOURCES = \
cargo.cc \
@@ -35,7 +36,8 @@ libbase_la_SOURCES = \
spacemine.cc \
star.cc \
station.cc \
- template.cc
+ template.cc \
+ weapon.cc
libbase_la_LDFLAGS = -avoid-version -no-undefined