From 7ddcc5fe68c58205ced08c596b74b74b85de2d4e Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 10 Nov 2013 12:19:01 +0000 Subject: Separated the WayPoint class into its own files. --- 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 7289545..7444b73 100644 --- a/src/game/base/Makefile.am +++ b/src/game/base/Makefile.am @@ -22,6 +22,7 @@ noinst_HEADERS = \ star.h \ station.h \ template.h \ + waypoint.h \ weapon.h libbase_la_SOURCES = \ @@ -43,6 +44,7 @@ libbase_la_SOURCES = \ star.cc \ station.cc \ template.cc \ + waypoint.cc \ weapon.cc libbase_la_LDFLAGS = -avoid-version -no-undefined -- cgit v1.2.3