From 921ffead1917b1c67a0f226fbf6ecb5b9f242a90 Mon Sep 17 00:00:00 2001 From: des Date: Sun, 9 Jul 2006 07:13:16 +0000 Subject: [PATCH] List header files so they are included in the distribution tarball. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@385 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/Makefile.am | 7 +++++++ varnish-cache/include/Makefile.am | 15 +++++++++++++-- varnish-cache/lib/libvcl/Makefile.am | 3 +++ 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/varnish-cache/bin/varnishd/Makefile.am b/varnish-cache/bin/varnishd/Makefile.am index cae726e5..255fa830 100644 --- a/varnish-cache/bin/varnishd/Makefile.am +++ b/varnish-cache/bin/varnishd/Makefile.am @@ -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 \ diff --git a/varnish-cache/include/Makefile.am b/varnish-cache/include/Makefile.am index cc0f58db..2ed48a04 100644 --- a/varnish-cache/include/Makefile.am +++ b/varnish-cache/include/Makefile.am @@ -1,12 +1,23 @@ # $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 diff --git a/varnish-cache/lib/libvcl/Makefile.am b/varnish-cache/lib/libvcl/Makefile.am index 7ade95ae..4abf53b4 100644 --- a/varnish-cache/lib/libvcl/Makefile.am +++ b/varnish-cache/lib/libvcl/Makefile.am @@ -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 -- 2.39.5