]> err.no Git - varnish/commitdiff
Add missing header files to make make distcheck happier
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 24 Jun 2008 08:18:10 +0000 (08:18 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 24 Jun 2008 08:18:10 +0000 (08:18 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2782 d4fa192b-c00b-0410-8231-f00ffab90ce4

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

index fae571db2119994b8b8ce571b1cf36006fbbe3f9..4de55881cb498d105daba3d88775cb3b6af00252 100644 (file)
@@ -53,6 +53,7 @@ varnishd_SOURCES = \
        varnishd.c
 
 noinst_HEADERS = \
+       acct_fields.h \
        cache.h \
        cache_acceptor.h \
        common.h \
index 1eb65436895bada257e2eecc12163c95212db0e0..97351e1cacf2ec2c39dedb38d373ec37578ec20d 100644 (file)
@@ -6,6 +6,7 @@ bin_PROGRAMS =  varnishtest
 
 varnishtest_SOURCES = \
                vtc.c \
+               vtc.h \
                vtc_client.c \
                vtc_http.c \
                vtc_log.c \
index 5454502d3ea0c126af57c4aa82e77ada3016379f..cb01ea79a6d067a93ec054c14e13dbc85a70ee18 100644 (file)
@@ -31,6 +31,9 @@ nobase_noinst_HEADERS = \
        vsb.h \
        vcl.h \
        vcl_returns.h \
+       vct.h \
+       vlu.h \
+       vbm.h \
        vrt.h \
        vrt_obj.h \
        vss.h