Commit 1e99a2af authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Spelling changes

parent b86200c8
This is an example skeleton for developing out-of-tree Varnish This is an example skeleton for developing out-of-tree Varnish
vmods. It implements the "Hello, World!" as a vmod callback. Not vmods. It implements the "Hello, World!" as a vmod callback. Not
particular useful in good hello world tradition, but demonstrates how particularly useful in good hello world tradition, but demonstrates how
to get the glue around a vmod working. to get the glue around a vmod working.
The source tree is based on autotools to configure the building, and The source tree is based on autotools to configure the building, and
...@@ -10,13 +10,13 @@ using the varnishtest tool. ...@@ -10,13 +10,13 @@ using the varnishtest tool.
Usage: Usage:
./configure VARNISHSRC=DIR [VMODDIR=DIR] ./configure VARNISHSRC=DIR [VMODDIR=DIR]
VARNISHSRCDIR is the directory of the Varnish source tree for which to VARNISHSRC is the directory of the Varnish source tree for which to
compile your vmod. Both the VARNISHSRCDIR and VARNISHSRCDIR/include compile your vmod. Both the VARNISHSRC and VARNISHSRC/include
will be added to the include search paths for your module. will be added to the include search paths for your module.
Optionally you can also set the vmod install dir by adding VMODDIR=DIR Optionally you can also set the vmod install directory by adding
(defaults to the pkg-config discovered directory from your Varnish VMODDIR=DIR (defaults to the pkg-config discovered directory from your
installation). Varnish installation).
Make targets: Make targets:
make - builds the vmod make - builds the vmod
......
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