Adds support to JSON parser in the nginx module

Building with --enable-standalone-module was failing due
the lack of the reference to the msc_json.c file inside the
standalone/Makefile.am. This patch also place the dependency
of the yajl to the nginx module config script.
This commit is contained in:
Felipe Zimmerle
2013-12-03 13:41:09 -08:00
committed by Felipe Zimmerle
parent 09ced44ffa
commit 0787b45481
4 changed files with 23 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ standalone_la_SOURCES = ../apache2/acmp.c \
../apache2/msc_crypt.c \
../apache2/msc_geo.c \
../apache2/msc_gsb.c \
../apache2/msc_json.c \
../apache2/msc_logging.c \
../apache2/msc_lua.c \
../apache2/msc_multipart.c \