From: tfheen Date: Mon, 19 Jan 2009 12:44:57 +0000 (+0000) Subject: Make make dist happier; distribute the files we need X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90d793bcbd382b97e647fc8f3b132c3c17f7020d;p=varnish Make make dist happier; distribute the files we need git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3527 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/Makefile.am b/varnish-cache/bin/varnishd/Makefile.am index 278a9cfc..14c37910 100644 --- a/varnish-cache/bin/varnishd/Makefile.am +++ b/varnish-cache/bin/varnishd/Makefile.am @@ -70,7 +70,8 @@ noinst_HEADERS = \ mgt.h \ mgt_cli.h \ steps.h \ - stevedore.h + stevedore.h \ + vparam.h varnishd_CFLAGS = \ -DVARNISH_STATE_DIR='"${VARNISH_STATE_DIR}"' diff --git a/varnish-cache/include/Makefile.am b/varnish-cache/include/Makefile.am index 8503c5e6..e5c4674f 100644 --- a/varnish-cache/include/Makefile.am +++ b/varnish-cache/include/Makefile.am @@ -22,9 +22,11 @@ nobase_noinst_HEADERS = \ 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 \