r3527 - in trunk/varnish-cache: bin/varnishd include

tfheen at projects.linpro.no tfheen at projects.linpro.no
Mon Jan 19 13:44:57 CET 2009


Author: tfheen
Date: 2009-01-19 13:44:57 +0100 (Mon, 19 Jan 2009)
New Revision: 3527

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


Modified: trunk/varnish-cache/bin/varnishd/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/varnishd/Makefile.am	2009-01-19 11:45:03 UTC (rev 3526)
+++ trunk/varnish-cache/bin/varnishd/Makefile.am	2009-01-19 12:44:57 UTC (rev 3527)
@@ -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: trunk/varnish-cache/include/Makefile.am
===================================================================
--- trunk/varnish-cache/include/Makefile.am	2009-01-19 11:45:03 UTC (rev 3526)
+++ trunk/varnish-cache/include/Makefile.am	2009-01-19 12:44:57 UTC (rev 3527)
@@ -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