]> err.no Git - varnish/commitdiff
Make make dist happier; distribute the files we need
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 19 Jan 2009 12:44:57 +0000 (12:44 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 19 Jan 2009 12:44:57 +0000 (12:44 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3527 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/Makefile.am
varnish-cache/include/Makefile.am

index 278a9cfc267fea6efbe4381a409827051613a18d..14c37910f55776ea2e3729a93fff134a483ab83e 100644 (file)
@@ -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}"'
index 8503c5e6b2f8050cdf6cab6728167e8b678a66a7..e5c4674ff4e96da14eb035d70cf3094798b81d26 100644 (file)
@@ -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 \