Commit f3e268ba authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Rename vmod.spec to vmod.vcc to compensate for old RedHat package megalomania.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5151 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent f0254b6f
......@@ -10,9 +10,9 @@ libvmod_std_la_SOURCES = \
$(builddir)/vmod.c \
vmod_std.c
$(builddir)/vmod.c $(builddir)/vmod.h: $(top_srcdir)/lib/libvmod_std/vmod.py $(top_srcdir)/lib/libvmod_std/vmod.spec
@PYTHON@ $(top_srcdir)/lib/libvmod_std/vmod.py $(top_srcdir)/lib/libvmod_std/vmod.spec
$(builddir)/vmod.c $(builddir)/vmod.h: $(top_srcdir)/lib/libvmod_std/vmod.py $(top_srcdir)/lib/libvmod_std/vmod.vcc
@PYTHON@ $(top_srcdir)/lib/libvmod_std/vmod.py $(top_srcdir)/lib/libvmod_std/vmod.vcc
EXTRA_DIST = vmod.py
EXTRA_DIST = vmod.py vmod.vcc
CLEANFILES = $(builddir)/vmod.c $(builddir)/vmod.h
......@@ -44,7 +44,7 @@ import sys
if len(sys.argv) == 2:
specfile = sys.argv[1]
else:
specfile = "vmod.psec"
specfile = "vmod.vcc"
type_tab = dict()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment