From 2218c7094ad6dc40b200274ebffdc9fb4c1a8e0c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 9 Nov 2013 20:15:06 +0000 Subject: Removed shipmodel npcname support, made Patrols load NPC types instead of ship models, replaces patrol [ship] subsection with a [npc] subsection. --- 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 634a571..7289545 100644 --- a/src/game/base/Makefile.am +++ b/src/game/base/Makefile.am @@ -11,6 +11,7 @@ noinst_HEADERS = \ jumppoint.h \ navpoint.h \ npc.h \ + npctype.h \ patrol.h \ planet.h \ racetrack.h \ @@ -31,6 +32,7 @@ libbase_la_SOURCES = \ jumppoint.cc \ navpoint.cc \ npc.cc \ + npctype.cc \ patrol.cc \ planet.cc \ racetrack.cc \ -- cgit v1.2.3