summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-18 14:32:45 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-18 14:32:45 +0200
commit2c94d84018284f182480ac35020f2bd63a653bd3 (patch)
tree302da6c1add69714f19a37cc548df6f3ec292774 /GNUmakefile
parentSocketThreads: hopefully fixed MacOSX failure with client ping crashing the server (diff)
downloadcuberite-2c94d84018284f182480ac35020f2bd63a653bd3.tar
cuberite-2c94d84018284f182480ac35020f2bd63a653bd3.tar.gz
cuberite-2c94d84018284f182480ac35020f2bd63a653bd3.tar.bz2
cuberite-2c94d84018284f182480ac35020f2bd63a653bd3.tar.lz
cuberite-2c94d84018284f182480ac35020f2bd63a653bd3.tar.xz
cuberite-2c94d84018284f182480ac35020f2bd63a653bd3.tar.zst
cuberite-2c94d84018284f182480ac35020f2bd63a653bd3.zip
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a597e74ec..a7176c65e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -63,7 +63,7 @@ INCLUDE = -I.\
# Build MCServer
#
-SOURCES := $(shell find lua-5.1.4 jsoncpp-src-0.5.0 zlib-1.2.7 source tolua++-1.0.93 iniFile WebServer '(' -name '*.cpp' -o -name '*.c' ')')
+SOURCES := $(shell find lua-5.1.4 jsoncpp-src-0.5.0 zlib-1.2.7 source squirrel_3_0_1_stable tolua++-1.0.93 iniFile WebServer '(' -name '*.cpp' -o -name '*.c' ')')
SOURCES := $(filter-out %minigzip.c %lua.c %tolua.c %toluabind.c %LeakFinder.cpp %StackWalker.cpp %example.c,$(SOURCES))
OBJECTS := $(patsubst %.c,$(BUILDDIR)%.o,$(SOURCES))
OBJECTS := $(patsubst %.cpp,$(BUILDDIR)%.o,$(OBJECTS))