From 4896428eefa6e621523168a42dceda4f8f2b0097 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 7 Nov 2013 13:38:11 +0000 Subject: Added core:: support for entity factions and player reputation (single-player only). --- src/core/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/Makefile.am') diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 1a7c0ac..3f7094d 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -32,6 +32,7 @@ noinst_HEADERS = \ physics.h \ player.h \ range.h \ + reputation.h \ signals.h \ slot.h \ slots.h \ @@ -65,6 +66,7 @@ libcore_la_SOURCES = \ parser.cc \ physics.cc \ player.cc \ + reputation.cc \ signals.cc \ slot.cc \ slots.cc \ -- cgit v1.2.3