Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index ce76303..e6b98e5 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -31,6 +31,7 @@ noinst_HEADERS = \
physics.h \
player.h \
range.h \
+ signals.h \
stats.h \
timer.h \
zone.h
@@ -60,6 +61,7 @@ libcore_la_SOURCES = \
parser.cc \
physics.cc \
player.cc \
+ signals.cc \
stats.cc \
timer.cc \
zone.cc