[5.2] cc5fa2d Install common/common_vsm.h

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


commit cc5fa2d70c6b57941260ca848e30d341a22417b9
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed Sep 13 18:40:36 2017 +0200

    Install common/common_vsm.h
    
    We need it to build out-of-tree VSCs.

diff --git a/bin/varnishd/Makefile.am b/bin/varnishd/Makefile.am
index 19217df..0abe151 100644
--- a/bin/varnishd/Makefile.am
+++ b/bin/varnishd/Makefile.am
@@ -120,7 +120,6 @@ noinst_HEADERS = \
 	cache/cache_priv.h \
 	cache/cache_transport.h \
 	common/heritage.h \
-	common/common_vsm.h \
 	hash/hash_slinger.h \
 	hpack/vhp.h \
 	http1/cache_http1.h \
@@ -140,6 +139,7 @@ nobase_pkginclude_HEADERS = \
 	cache/cache_backend.h \
 	cache/cache_director.h \
 	common/common.h \
+	common/common_vsm.h \
 	common/com_params.h \
 	waiter/waiter.h
 


More information about the varnish-commit mailing list