[5.2] c8f1bb1 Promote VUT headers

PÃ¥l Hermunn Johansen hermunn at varnish-software.com
Fri Sep 15 11:17:27 UTC 2017


commit c8f1bb19b72f580f0c2bcf6dc1f3cf85cbfdfee8
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Apr 18 09:35:22 2017 +0200

    Promote VUT headers
    
    The corresponding symbols were already in libvarnishapi since 1.5!

diff --git a/include/Makefile.am b/include/Makefile.am
index 2feb37f..a77cae9 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -48,7 +48,9 @@ nobase_pkginclude_HEADERS = \
 	vapi/vsl_int.h \
 	vapi/voptget.h \
 	vapi/vapi_options.h \
-	vcli.h
+	vcli.h \
+	vut.h \
+	vut_options.h
 
 # Headers for use with vmods
 nobase_pkginclude_HEADERS += \
@@ -95,9 +97,7 @@ nobase_noinst_HEADERS = \
 	vsub.h \
 	vss.h \
 	vtcp.h \
-	vtree.h \
-	vut.h \
-	vut_options.h
+	vtree.h
 
 GENERATED_H = \
 	tbl/vrt_stv_var.h \


More information about the varnish-commit mailing list