Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Add missing header files to make make distcheck happier
Browse files Browse the repository at this point in the history
git-svn-id: http://www.varnish-cache.org/svn/trunk@2782 d4fa192b-c00b-0410-8231-f00ffab90ce4
  • Loading branch information
Tollef Fog Heen committed Jun 24, 2008
1 parent 2eb7044 commit 1c06d3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/varnishd/Makefile.am
Expand Up @@ -53,6 +53,7 @@ varnishd_SOURCES = \
varnishd.c

noinst_HEADERS = \
acct_fields.h \
cache.h \
cache_acceptor.h \
common.h \
Expand Down
1 change: 1 addition & 0 deletions bin/varnishtest/Makefile.am
Expand Up @@ -6,6 +6,7 @@ bin_PROGRAMS = varnishtest

varnishtest_SOURCES = \
vtc.c \
vtc.h \
vtc_client.c \
vtc_http.c \
vtc_log.c \
Expand Down
3 changes: 3 additions & 0 deletions include/Makefile.am
Expand Up @@ -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

0 comments on commit 1c06d3f

Please sign in to comment.