[master] b979040 Fix 'make distcheck' on freebsd

Martin Blix Grydeland martin at varnish-cache.org
Fri Jun 14 13:59:19 CEST 2013


commit b9790408c99eb980ff6bff200f716b1a65643de6
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Fri Jun 14 13:58:56 2013 +0200

    Fix 'make distcheck' on freebsd

diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am
index 579b6c8..9818e81 100644
--- a/doc/sphinx/Makefile.am
+++ b/doc/sphinx/Makefile.am
@@ -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:
diff --git a/lib/libvcl/generate.py b/lib/libvcl/generate.py
index 40fd1e1..c4a8a49 100755
--- a/lib/libvcl/generate.py
+++ b/lib/libvcl/generate.py
@@ -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();



More information about the varnish-commit mailing list