r385 - in trunk/varnish-cache: bin/varnishd include lib/libvcl

des at projects.linpro.no des at projects.linpro.no
Sun Jul 9 09:13:17 CEST 2006


Author: des
Date: 2006-07-09 09:13:16 +0200 (Sun, 09 Jul 2006)
New Revision: 385

Modified:
   trunk/varnish-cache/bin/varnishd/Makefile.am
   trunk/varnish-cache/include/Makefile.am
   trunk/varnish-cache/lib/libvcl/Makefile.am
Log:
List header files so they are included in the distribution tarball.

Modified: trunk/varnish-cache/bin/varnishd/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/varnishd/Makefile.am	2006-07-09 06:35:48 UTC (rev 384)
+++ trunk/varnish-cache/bin/varnishd/Makefile.am	2006-07-09 07:13:16 UTC (rev 385)
@@ -7,6 +7,13 @@
 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 \

Modified: trunk/varnish-cache/include/Makefile.am
===================================================================
--- trunk/varnish-cache/include/Makefile.am	2006-07-09 06:35:48 UTC (rev 384)
+++ trunk/varnish-cache/include/Makefile.am	2006-07-09 07:13:16 UTC (rev 385)
@@ -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

Modified: trunk/varnish-cache/lib/libvcl/Makefile.am
===================================================================
--- trunk/varnish-cache/lib/libvcl/Makefile.am	2006-07-09 06:35:48 UTC (rev 384)
+++ trunk/varnish-cache/lib/libvcl/Makefile.am	2006-07-09 07:13:16 UTC (rev 385)
@@ -5,5 +5,8 @@
 lib_LTLIBRARIES = libvcl.la
 
 libvcl_la_SOURCES = \
+	vcl_priv.h \
+	vcl_token_defs.h \
+	\
 	vcl_compile.c \
 	vcl_fixed_token.c




More information about the varnish-commit mailing list