r5157 - trunk/varnish-cache/lib/libvcl

phk at varnish-cache.org phk at varnish-cache.org
Mon Aug 30 14:44:51 CEST 2010


Author: phk
Date: 2010-08-30 14:44:50 +0200 (Mon, 30 Aug 2010)
New Revision: 5157

Modified:
   trunk/varnish-cache/lib/libvcl/Makefile.am
Log:
Aaaand yet another vmod.h reference to remove



Modified: trunk/varnish-cache/lib/libvcl/Makefile.am
===================================================================
--- trunk/varnish-cache/lib/libvcl/Makefile.am	2010-08-30 12:42:02 UTC (rev 5156)
+++ trunk/varnish-cache/lib/libvcl/Makefile.am	2010-08-30 12:44:50 UTC (rev 5157)
@@ -34,7 +34,7 @@
 EXTRA_DIST = \
 	generate.py
 
-$(builddir)/vcc_obj.c $(builddir)/vcc_fixed_token.c $(builddir)/vcc_token_defs.h: $(srcdir)/generate.py $(top_srcdir)/include/vmod.h $(top_srcdir)/include/vrt.h
+$(builddir)/vcc_obj.c $(builddir)/vcc_fixed_token.c $(builddir)/vcc_token_defs.h: $(srcdir)/generate.py $(top_srcdir)/include/vrt.h
 	@PYTHON@ $(top_srcdir)/lib/libvcl/generate.py $(top_srcdir) $(top_builddir)
 
 CLEANFILES = $(builddir)/vcc_token_defs.h \




More information about the varnish-commit mailing list