aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-12-13 22:29:11 +1030
committerMark Pulford <mark@kyne.com.au>2011-12-13 22:29:11 +1030
commit5970e0a93f691bdb7134f6cc2598e6d5aca63c1b (patch)
tree7f751ce299a1ae00ecaeca6b55fc58f783d5d74b /Makefile
parent9748b8b9865515a5d0c9087a7fa4587f1abe4e5b (diff)
downloadlua-cjson-5970e0a93f691bdb7134f6cc2598e6d5aca63c1b.tar.gz
lua-cjson-5970e0a93f691bdb7134f6cc2598e6d5aca63c1b.tar.bz2
lua-cjson-5970e0a93f691bdb7134f6cc2598e6d5aca63c1b.zip
Remove external VERSION #define for lua_cjson.c
The external #define complicates compilation but is only used in lua_cjson.c and Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26f5253..3e179e8 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ INSTALL_CMD = install
45 45
46## End platform specific section 46## End platform specific section
47 47
48BUILD_CFLAGS = -fpic -I$(LUA_INCLUDE_DIR) -DVERSION=\"$(CJSON_VERSION)\" $(CJSON_CFLAGS) 48BUILD_CFLAGS = -fpic -I$(LUA_INCLUDE_DIR) $(CJSON_CFLAGS)
49OBJS := lua_cjson.o strbuf.o 49OBJS := lua_cjson.o strbuf.o
50 50
51.PHONY: all clean install package doc 51.PHONY: all clean install package doc