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 6f2a505..1a7c0ac 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -11,6 +11,7 @@ noinst_HEADERS = \
descriptions.h \
entity.h \
entityglobe.h \
+ entityprojectile.h \
extension.h \
func.h \
gameconnection.h \
@@ -46,6 +47,7 @@ libcore_la_SOURCES = \
descriptions.cc \
entity.cc \
entityglobe.cc \
+ entityprojectile.cc \
extension.cc \
func.cc \
gameconnection.cc \