[master] 7ed785a Put waiter.h in the right autocrap-category.

Poul-Henning Kamp phk at FreeBSD.org
Fri May 29 11:39:56 CEST 2015


commit 7ed785a32edfd10aa62f9b900dd5824d578dfdb5
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri May 29 09:39:39 2015 +0000

    Put waiter.h in the right autocrap-category.

diff --git a/bin/varnishd/Makefile.am b/bin/varnishd/Makefile.am
index 1b11581..e82770a 100644
--- a/bin/varnishd/Makefile.am
+++ b/bin/varnishd/Makefile.am
@@ -108,7 +108,6 @@ noinst_HEADERS = \
 	mgt/mgt_param.h \
 	storage/storage.h \
 	storage/storage_persistent.h \
-	waiter/waiter.h \
 	waiter/waiter_priv.h \
 	waiter/mgt_waiter.h
 
@@ -119,7 +118,8 @@ nobase_pkginclude_HEADERS = \
 	cache/cache_backend.h \
 	cache/cache_director.h \
 	common/common.h \
-	common/params.h
+	common/params.h \
+	waiter/waiter.h
 
 varnishd_CFLAGS = \
 	@PCRE_CFLAGS@ \



More information about the varnish-commit mailing list