[master] 7ec0071 Promote VUT headers

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Sep 13 22:21:05 UTC 2017


commit 7ec0071d1e57bfdf0fa61785f47fbc601c62e8a6
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