[master] ee9e0f6e7 promote vtree.h to vmod include

Nils Goroll nils.goroll at uplex.de
Tue Nov 6 10:51:13 UTC 2018


commit ee9e0f6e7259580f17bcba83158c2cc9b79c13f3
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Nov 6 11:47:11 2018 +0100

    promote vtree.h to vmod include
    
    Now that we include it in cache.h, it is required by vmods
    
    Ref #2813

diff --git a/include/Makefile.am b/include/Makefile.am
index 802231dce..1479a6384 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -72,6 +72,7 @@ nobase_pkginclude_HEADERS += \
 	vsha256.h \
 	vtcp.h \
 	vtim.h \
+	vtree.h \
 	vrnd.h
 
 # Private headers
@@ -99,7 +100,6 @@ nobase_noinst_HEADERS = \
 	vsub.h \
 	vss.h \
 	vtcp.h \
-	vtree.h \
 	vus.h
 
 ## keep in sync with lib/libvcc/Makefile.am


More information about the varnish-commit mailing list