From 3b8ea0849fac5532d61a90608bda876cf518ba1b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 13 Oct 2012 12:13:04 +0000 Subject: Read weapons.ini. --- src/game/base/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/game/base/Makefile.am') 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 -- cgit v1.2.3