r5156 - trunk/varnish-cache/include

phk at varnish-cache.org phk at varnish-cache.org
Mon Aug 30 14:42:02 CEST 2010


Author: phk
Date: 2010-08-30 14:42:02 +0200 (Mon, 30 Aug 2010)
New Revision: 5156

Modified:
   trunk/varnish-cache/include/Makefile.am
Log:
Yet another vmod.h reference



Modified: trunk/varnish-cache/include/Makefile.am
===================================================================
--- trunk/varnish-cache/include/Makefile.am	2010-08-30 12:38:58 UTC (rev 5155)
+++ trunk/varnish-cache/include/Makefile.am	2010-08-30 12:42:02 UTC (rev 5156)
@@ -50,7 +50,7 @@
 	vrt_obj.h \
 	vss.h
 
-vcl_returns.h vcl.h vrt_obj.h: $(top_srcdir)/lib/libvcl/generate.py $(top_srcdir)/include/vmod.h $(top_srcdir)/include/vrt.h
+vcl_returns.h vcl.h vrt_obj.h: $(top_srcdir)/lib/libvcl/generate.py $(top_srcdir)/include/vrt.h
 	@PYTHON@ $(top_srcdir)/lib/libvcl/generate.py $(top_srcdir) $(top_builddir)
 
 CLEANFILES = vcl_returns.h \




More information about the varnish-commit mailing list