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

tfheen at varnish-cache.org tfheen at varnish-cache.org
Wed Oct 13 10:22:57 CEST 2010


Author: tfheen
Date: 2010-10-13 10:22:57 +0200 (Wed, 13 Oct 2010)
New Revision: 5426

Modified:
   trunk/varnish-cache/bin/varnishd/Makefile.am
   trunk/varnish-cache/include/Makefile.am
   trunk/varnish-cache/lib/libvcl/Makefile.am
   trunk/varnish-cache/lib/libvmod_std/Makefile.am
Log:
Distribute header files

Make sure we distribute the needed header files and ensure they're
part of the Makefile dependency chain


Modified: trunk/varnish-cache/bin/varnishd/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/varnishd/Makefile.am	2010-10-13 07:32:42 UTC (rev 5425)
+++ trunk/varnish-cache/bin/varnishd/Makefile.am	2010-10-13 08:22:57 UTC (rev 5426)
@@ -77,6 +77,7 @@
 	default_vcl.h \
 	hash_slinger.h \
 	heritage.h \
+	locks.h \
 	mgt.h \
 	mgt_cli.h \
 	steps.h \

Modified: trunk/varnish-cache/include/Makefile.am
===================================================================
--- trunk/varnish-cache/include/Makefile.am	2010-10-13 07:32:42 UTC (rev 5425)
+++ trunk/varnish-cache/include/Makefile.am	2010-10-13 08:22:57 UTC (rev 5426)
@@ -5,6 +5,7 @@
 	vsl.h \
 	vsl_tags.h \
 	vsc_fields.h \
+	vsc_all.h \
 	vsc.h \
 	varnishapi.h
 

Modified: trunk/varnish-cache/lib/libvcl/Makefile.am
===================================================================
--- trunk/varnish-cache/lib/libvcl/Makefile.am	2010-10-13 07:32:42 UTC (rev 5425)
+++ trunk/varnish-cache/lib/libvcl/Makefile.am	2010-10-13 08:22:57 UTC (rev 5426)
@@ -11,6 +11,7 @@
 	vcc_compile.h \
 	vcc_token_defs.h \
 	vcc_types.h \
+	symbol_kind.h \
 	\
 	vcc_acl.c \
 	vcc_action.c \

Modified: trunk/varnish-cache/lib/libvmod_std/Makefile.am
===================================================================
--- trunk/varnish-cache/lib/libvmod_std/Makefile.am	2010-10-13 07:32:42 UTC (rev 5425)
+++ trunk/varnish-cache/lib/libvmod_std/Makefile.am	2010-10-13 08:22:57 UTC (rev 5426)
@@ -8,6 +8,7 @@
 
 libvmod_std_la_SOURCES = \
 	vcc_if.c \
+	vcc_if.h \
 	vmod_std.c
 
 vcc_if.c vcc_if.h: $(top_srcdir)/lib/libvmod_std/vmod.py $(top_srcdir)/lib/libvmod_std/vmod.vcc




More information about the varnish-commit mailing list