From 7bdab72e2ddf145a4692ae92b22110c2e7febe67 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 11 Nov 2013 00:41:33 +0000 Subject: Support for station weapons. --- src/game/base/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/base/Makefile.am') diff --git a/src/game/base/Makefile.am b/src/game/base/Makefile.am index 7444b73..42a7f5c 100644 --- a/src/game/base/Makefile.am +++ b/src/game/base/Makefile.am @@ -14,6 +14,7 @@ noinst_HEADERS = \ npctype.h \ patrol.h \ planet.h \ + platform.h \ racetrack.h \ savegame.h \ ship.h \ @@ -36,6 +37,7 @@ libbase_la_SOURCES = \ npctype.cc \ patrol.cc \ planet.cc \ + platform.cc \ racetrack.cc \ savegame.cc \ ship.cc \ -- cgit v1.2.3