summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefile b/makefile
index 018d454f8..84c671bde 100644
--- a/makefile
+++ b/makefile
@@ -83,6 +83,7 @@ MCServer : \
build/cCriticalSection.o\
build/cEntity.o\
build/cEvent.o\
+ build/cEvents.o\
build/cFurnaceEntity.o\
build/cFurnaceRecipe.o\
build/cFurnaceWindow.o\
@@ -291,6 +292,7 @@ MCServer : \
build/cCriticalSection.o\
build/cEntity.o\
build/cEvent.o\
+ build/cEvents.o\
build/cFurnaceEntity.o\
build/cFurnaceRecipe.o\
build/cFurnaceWindow.o\
@@ -1517,4 +1519,8 @@ build/cPlugin_NewLua.o : source/cPlugin_NewLua.cpp
build/cWebPlugin_Lua.o : source/cWebPlugin_Lua.cpp
$(CC) $(CC_OPTIONS) source/cWebPlugin_Lua.cpp -c $(INCLUDE) -o build/cWebPlugin_Lua.o
+build/cEvents.o : webserver/cEvents.cpp
+ $(CC) $(CC_OPTIONS) webserver/cEvents.cpp -c $(INCLUDE) -o build/cEvents.o
+
+
##### END RUN ####