Commit 1c3a4ec0 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

List header files so they are included in the distribution tarball.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@385 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 418fe5e9
......@@ -7,6 +7,13 @@ bin_PROGRAMS = varnishd
man_MANS = varnishd.1
varnishd_SOURCES = \
cache.h \
cli_event.h \
hash_slinger.h \
heritage.h \
mgt.h \
stevedore.h \
\
cache_acceptor.c \
cache_backend.c \
cache_ban.c \
......
# $Id$
include_HEADERS = \
noinst_HEADERS = \
binary_heap.h \
cli.h \
cli_priv.h \
compat.h \
hash.h \
http_headers.h \
libvarnish.h \
libvcl.h \
queue.h \
sbuf.h \
shmlog.h \
shmlog_tags.h \
stat_field.h \
stats.h \
tree.h \
varnish/assert.h \
varnishapi.h
varnishapi.h \
vcl.h \
vcl_returns.h \
vrt.h
......@@ -5,5 +5,8 @@ INCLUDES = -I$(top_srcdir)/include
lib_LTLIBRARIES = libvcl.la
libvcl_la_SOURCES = \
vcl_priv.h \
vcl_token_defs.h \
\
vcl_compile.c \
vcl_fixed_token.c
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment