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 d198cc4..6f2a505 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -10,6 +10,7 @@ noinst_HEADERS = \
cvar.h \
descriptions.h \
entity.h \
+ entityglobe.h \
extension.h \
func.h \
gameconnection.h \
@@ -44,6 +45,7 @@ libcore_la_SOURCES = \
cvar.cc \
descriptions.cc \
entity.cc \
+ entityglobe.cc \
extension.cc \
func.cc \
gameconnection.cc \