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 ...@@ -7,6 +7,13 @@ bin_PROGRAMS = varnishd
man_MANS = varnishd.1 man_MANS = varnishd.1
varnishd_SOURCES = \ varnishd_SOURCES = \
cache.h \
cli_event.h \
hash_slinger.h \
heritage.h \
mgt.h \
stevedore.h \
\
cache_acceptor.c \ cache_acceptor.c \
cache_backend.c \ cache_backend.c \
cache_ban.c \ cache_ban.c \
......
# $Id$ # $Id$
include_HEADERS = \ noinst_HEADERS = \
binary_heap.h \ binary_heap.h \
cli.h \
cli_priv.h \
compat.h \ compat.h \
hash.h \ hash.h \
http_headers.h \
libvarnish.h \ libvarnish.h \
libvcl.h \
queue.h \ queue.h \
sbuf.h \ sbuf.h \
shmlog.h \
shmlog_tags.h \
stat_field.h \
stats.h \
tree.h \ tree.h \
varnish/assert.h \ varnish/assert.h \
varnishapi.h varnishapi.h \
vcl.h \
vcl_returns.h \
vrt.h
...@@ -5,5 +5,8 @@ INCLUDES = -I$(top_srcdir)/include ...@@ -5,5 +5,8 @@ INCLUDES = -I$(top_srcdir)/include
lib_LTLIBRARIES = libvcl.la lib_LTLIBRARIES = libvcl.la
libvcl_la_SOURCES = \ libvcl_la_SOURCES = \
vcl_priv.h \
vcl_token_defs.h \
\
vcl_compile.c \ vcl_compile.c \
vcl_fixed_token.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