From: tfheen Date: Wed, 30 Jul 2008 10:53:38 +0000 (+0000) Subject: Add cache_backend.h to the list of headers that go in the tarball; fixes build failure X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a59615062f2806057007ebc5844b1ff73fb2d846;p=varnish Add cache_backend.h to the list of headers that go in the tarball; fixes build failure git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3030 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/Makefile.am b/varnish-cache/bin/varnishd/Makefile.am index e8157315..30382e38 100644 --- a/varnish-cache/bin/varnishd/Makefile.am +++ b/varnish-cache/bin/varnishd/Makefile.am @@ -57,6 +57,7 @@ varnishd_SOURCES = \ noinst_HEADERS = \ acct_fields.h \ cache.h \ + cache_backend.h \ cache_acceptor.h \ common.h \ hash_slinger.h \