Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-10-13 12:13:04 +0000
committerStijn Buys <ingar@osirion.org>2012-10-13 12:13:04 +0000
commit3b8ea0849fac5532d61a90608bda876cf518ba1b (patch)
treedb7f34c22e746cfdc04574e0054c324c53838122 /src/game/base/Makefile.am
parent0d58c4f8ab1d174c808c77bf94342c91f6e0c443 (diff)
Read weapons.ini.
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