Mailing List Archive

r1426 - in trunk/varnish-cache: . etc
Author: des
Date: 2007-05-16 11:35:18 +0200 (Wed, 16 May 2007)
New Revision: 1426

Added:
trunk/varnish-cache/etc/Makefile.am
Modified:
trunk/varnish-cache/Makefile.am
trunk/varnish-cache/configure.ac
Log:
Distribute default.vcl.


Modified: trunk/varnish-cache/Makefile.am
===================================================================
--- trunk/varnish-cache/Makefile.am 2007-05-16 09:34:26 UTC (rev 1425)
+++ trunk/varnish-cache/Makefile.am 2007-05-16 09:35:18 UTC (rev 1426)
@@ -1,5 +1,5 @@
# $Id$

-SUBDIRS = include lib bin man
+SUBDIRS = include lib bin man etc

EXTRA_DIST = LICENSE autogen.sh debian redhat

Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac 2007-05-16 09:34:26 UTC (rev 1425)
+++ trunk/varnish-cache/configure.ac 2007-05-16 09:35:18 UTC (rev 1426)
@@ -130,6 +130,7 @@
bin/varnishncsa/Makefile
bin/varnishstat/Makefile
bin/varnishtop/Makefile
+ etc/Makefile
include/Makefile
lib/Makefile
lib/libcompat/Makefile

Added: trunk/varnish-cache/etc/Makefile.am
===================================================================
--- trunk/varnish-cache/etc/Makefile.am 2007-05-16 09:34:26 UTC (rev 1425)
+++ trunk/varnish-cache/etc/Makefile.am 2007-05-16 09:35:18 UTC (rev 1426)
@@ -0,0 +1,3 @@
+# $Id$
+
+EXTRA_DIST = default.vcl


Property changes on: trunk/varnish-cache/etc/Makefile.am
___________________________________________________________________
Name: svn:keywords
+ Id