Commit b9790408 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Fix 'make distcheck' on freebsd

parent 5c7f22ed
......@@ -161,7 +161,8 @@ EXTRA_DIST = \
users-guide/vcl-saint-and-grace.rst \
users-guide/vcl-syntax.rst \
users-guide/vcl-variables.rst \
users-guide/websockets.rst
users-guide/websockets.rst \
include/vcl-backends.rst
dist-hook:
......
......@@ -447,7 +447,7 @@ vcltypes = {
'STRING_LIST': "void*",
}
fi = open(buildroot + "/include/vrt.h")
fi = open(srcroot + "/include/vrt.h")
for i in fi:
j = i.split();
......
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