[master] 20c4b99 Install common/common_vsm.h

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Sep 13 16:43:04 UTC 2017


commit 20c4b99f6c96ae541a9e76d73901f59c1e024c58
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