Commit 008606f9 authored by Nils Goroll's avatar Nils Goroll

pull in frozen

parent 3e2d7a11
[submodule "src/frozen"]
path = src/frozen
url = https://github.com/nigoroll/frozen.git
branch = limit_recursion
AM_CFLAGS = $(VARNISHAPI_CFLAGS) AUTOMAKE_OPTIONS = subdir-objects
AM_CFLAGS = $(VARNISHAPI_CFLAGS) -DJSON_MINIMAL=1
# Modules # Modules
...@@ -9,7 +11,9 @@ libvmod_frozen_la_LDFLAGS = $(VMOD_LDFLAGS) ...@@ -9,7 +11,9 @@ libvmod_frozen_la_LDFLAGS = $(VMOD_LDFLAGS)
libvmod_frozen_la_SOURCES = vmod_frozen.c libvmod_frozen_la_SOURCES = vmod_frozen.c
nodist_libvmod_frozen_la_SOURCES = \ nodist_libvmod_frozen_la_SOURCES = \
vcc_frozen_if.c \ vcc_frozen_if.c \
vcc_frozen_if.h vcc_frozen_if.h \
frozen/frozen.c \
frozen/frozen.h
@BUILD_VMOD_FROZEN@ @BUILD_VMOD_FROZEN@
......
Subproject commit d296c03d5a2780a350be113f84c39f8498f92428
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment