r3716 - in branches/2.0/varnish-cache: bin/varnishd include

tfheen at projects.linpro.no tfheen at projects.linpro.no
Tue Feb 10 15:11:16 CET 2009


Author: tfheen
Date: 2009-02-10 15:11:16 +0100 (Tue, 10 Feb 2009)
New Revision: 3716

Modified:
   branches/2.0/varnish-cache/bin/varnishd/Makefile.am
   branches/2.0/varnish-cache/include/Makefile.am
Log:
Merge r3527: Make make dist happier; distribute the files we need



Modified: branches/2.0/varnish-cache/bin/varnishd/Makefile.am
===================================================================
--- branches/2.0/varnish-cache/bin/varnishd/Makefile.am	2009-02-10 13:39:53 UTC (rev 3715)
+++ branches/2.0/varnish-cache/bin/varnishd/Makefile.am	2009-02-10 14:11:16 UTC (rev 3716)
@@ -70,7 +70,8 @@
 	mgt.h \
 	mgt_cli.h \
 	steps.h \
-	stevedore.h
+	stevedore.h \
+	vparam.h
 
 varnishd_CFLAGS = \
         -DVARNISH_STATE_DIR='"${VARNISH_STATE_DIR}"'

Modified: branches/2.0/varnish-cache/include/Makefile.am
===================================================================
--- branches/2.0/varnish-cache/include/Makefile.am	2009-02-10 13:39:53 UTC (rev 3715)
+++ branches/2.0/varnish-cache/include/Makefile.am	2009-02-10 14:11:16 UTC (rev 3716)
@@ -22,9 +22,11 @@
 	compat/vasprintf.h \
 	flopen.h \
 	http_headers.h \
+	http_response.h \
 	libvarnish.h \
 	libvcl.h \
 	miniobj.h \
+	vsha256.h \
 	vqueue.h \
 	vpf.h \
 	vsb.h \



More information about the varnish-commit mailing list