]> err.no Git - varnish/commitdiff
List header files so they are included in the distribution tarball.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 9 Jul 2006 07:13:16 +0000 (07:13 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 9 Jul 2006 07:13:16 +0000 (07:13 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@385 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/Makefile.am
varnish-cache/include/Makefile.am
varnish-cache/lib/libvcl/Makefile.am

index cae726e514ac9d70bc378c27b38e6988e779e7ea..255fa830ee357cd2fba5ea18564cd2966fd6c743 100644 (file)
@@ -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 \
index cc0f58db0e90b1ad5dfcfb9c899d529c36f6e5f3..2ed48a04a09a2ed18113e789bb8fa7467dbe7c2e 100644 (file)
@@ -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
index 7ade95aeb0333388cefdd2862c42e260a17501e8..4abf53b43f0465e2508596019026cbdd658ba884 100644 (file)
@@ -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