summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-10-05 23:12:06 +0200
committermadmaxoft <github@xoft.cz>2013-10-05 23:12:06 +0200
commite52dae2c51d56db8269bf1166313ec4895731d05 (patch)
tree6bf6b0a14d35311d2ad9d204d5e16a3a06cde9f9 /GNUmakefile
parentWebAdmin uses the new HTTP functionality. (diff)
downloadcuberite-e52dae2c51d56db8269bf1166313ec4895731d05.tar
cuberite-e52dae2c51d56db8269bf1166313ec4895731d05.tar.gz
cuberite-e52dae2c51d56db8269bf1166313ec4895731d05.tar.bz2
cuberite-e52dae2c51d56db8269bf1166313ec4895731d05.tar.lz
cuberite-e52dae2c51d56db8269bf1166313ec4895731d05.tar.xz
cuberite-e52dae2c51d56db8269bf1166313ec4895731d05.tar.zst
cuberite-e52dae2c51d56db8269bf1166313ec4895731d05.zip
Diffstat (limited to '')
-rw-r--r--GNUmakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 00778a8f5..338470592 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -145,7 +145,6 @@ endif
INCLUDE = -I.\
-Isource\
-Isource/md5\
- -IWebServer\
-Isource/items\
-Isource/blocks\
-Itolua++-1.0.93/src/lib\
@@ -167,7 +166,7 @@ INCLUDE = -I.\
# 2012_11_08 _X: Removed: squirrel_3_0_1_stable
-SOURCES := $(shell find CryptoPP lua-5.1.4 jsoncpp-src-0.5.0 zlib-1.2.7 source tolua++-1.0.93 iniFile WebServer expat '(' -name '*.cpp' -o -name '*.c' ')')
+SOURCES := $(shell find CryptoPP lua-5.1.4 jsoncpp-src-0.5.0 zlib-1.2.7 source tolua++-1.0.93 iniFile expat '(' -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))