From d14573068ad16217bf82839c9a73e0f3802f0980 Mon Sep 17 00:00:00 2001 From: des Date: Wed, 16 May 2007 09:35:18 +0000 Subject: [PATCH] Distribute default.vcl. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1426 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/Makefile.am | 2 +- varnish-cache/configure.ac | 1 + varnish-cache/etc/Makefile.am | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 varnish-cache/etc/Makefile.am diff --git a/varnish-cache/Makefile.am b/varnish-cache/Makefile.am index d33a917e..80982b48 100644 --- a/varnish-cache/Makefile.am +++ b/varnish-cache/Makefile.am @@ -1,5 +1,5 @@ # $Id$ -SUBDIRS = include lib bin man +SUBDIRS = include lib bin man etc EXTRA_DIST = LICENSE autogen.sh debian redhat diff --git a/varnish-cache/configure.ac b/varnish-cache/configure.ac index 51297511..2abdc9f3 100644 --- a/varnish-cache/configure.ac +++ b/varnish-cache/configure.ac @@ -130,6 +130,7 @@ AC_CONFIG_FILES([ bin/varnishncsa/Makefile bin/varnishstat/Makefile bin/varnishtop/Makefile + etc/Makefile include/Makefile lib/Makefile lib/libcompat/Makefile diff --git a/varnish-cache/etc/Makefile.am b/varnish-cache/etc/Makefile.am new file mode 100644 index 00000000..d06af273 --- /dev/null +++ b/varnish-cache/etc/Makefile.am @@ -0,0 +1,3 @@ +# $Id$ + +EXTRA_DIST = default.vcl -- 2.39.5