Commit 23baabde authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Get closer to distcheck working

parent 4a1413b3
...@@ -43,9 +43,9 @@ TAGS ...@@ -43,9 +43,9 @@ TAGS
# Various auto-generated code snippets # Various auto-generated code snippets
/include/vcl.h /include/vcl.h
/include/vcl_returns.h /include/tbl/vcl_returns.h
/include/vrt_obj.h /include/vrt_obj.h
/include/vrt_stv_var.h /include/tbl/vrt_stv_var.h
/include/vcs_version.h /include/vcs_version.h
/lib/libvcl/vcc_fixed_token.c /lib/libvcl/vcc_fixed_token.c
/lib/libvcl/vcc_obj.c /lib/libvcl/vcc_obj.c
......
...@@ -9,8 +9,7 @@ ...@@ -9,8 +9,7 @@
+libh ../../config.h +libh ../../config.h
-efile(451, ../../config.h) // No include guard -efile(451, ../../config.h) // No include guard
-efile(451, vsl_tags.h) // No include guard -efile(451, "tbl/*.h") // No include guard
-efile(451, vsc_fields.h) // No include guard
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// assert() support, common to libvarnish and libvarnishapi // assert() support, common to libvarnish and libvarnishapi
......
...@@ -16,7 +16,6 @@ pkginclude_HEADERS = \ ...@@ -16,7 +16,6 @@ pkginclude_HEADERS = \
vsm.h vsm.h
nobase_noinst_HEADERS = \ nobase_noinst_HEADERS = \
tbl/ban_vars.h \
binary_heap.h \ binary_heap.h \
cli_common.h \ cli_common.h \
cli_priv.h \ cli_priv.h \
...@@ -25,36 +24,37 @@ nobase_noinst_HEADERS = \ ...@@ -25,36 +24,37 @@ nobase_noinst_HEADERS = \
compat/execinfo.h \ compat/execinfo.h \
compat/srandomdev.h \ compat/srandomdev.h \
flopen.h \ flopen.h \
tbl/http_headers.h \
tbl/http_response.h \
libvarnish.h \ libvarnish.h \
libvcl.h \ libvcl.h \
miniobj.h \ miniobj.h \
persistent.h \ persistent.h \
tbl/ban_vars.h \
tbl/http_headers.h \
tbl/http_response.h \
tbl/vcl_returns.h \
tbl/vrt_stv_var.h \
vas.h \ vas.h \
vav.h \ vav.h \
vsha256.h \ vbm.h \
vqueue.h \
vpf.h \
vsb.h \
vcl.h \ vcl.h \
vcl_returns.h \
vcs_version.h \ vcs_version.h \
vct.h \ vct.h \
vend.h \ vend.h \
vev.h \ vev.h \
vin.h \ vin.h \
vlu.h \ vlu.h \
vbm.h \
vmb.h \ vmb.h \
vmod_abi.h \ vmod_abi.h \
vpf.h \
vqueue.h \
vre.h \ vre.h \
vrt.h \ vrt.h \
vrt_obj.h \ vrt_obj.h \
vrt_stv_var.h \ vsb.h \
vsha256.h \
vss.h vss.h
vrt_stv_var.h vcl_returns.h vcl.h vrt_obj.h: $(top_srcdir)/lib/libvcl/generate.py $(top_srcdir)/include/vrt.h tbl/vrt_stv_var.h tbl/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) @PYTHON@ $(top_srcdir)/lib/libvcl/generate.py $(top_srcdir) $(top_builddir)
BUILT_SOURCES = vcs_version.h vmod_abi.h BUILT_SOURCES = vcs_version.h vmod_abi.h
......
...@@ -4,7 +4,7 @@ if HAVE_RST2MAN ...@@ -4,7 +4,7 @@ if HAVE_RST2MAN
noinst_PROGRAMS = vsc2rst noinst_PROGRAMS = vsc2rst
endif endif
vsc2rst_SOURCES = vsc2rst.c \ vsc2rst_SOURCES = vsc2rst.c \
$(top_srcdir)/include/vsc_fields.h $(top_srcdir)/include/tbl/vsc_fields.h
INCLUDES = -I$(top_srcdir)/include INCLUDES = -I$(top_srcdir)/include
...@@ -36,7 +36,7 @@ if HAVE_RST2MAN ...@@ -36,7 +36,7 @@ if HAVE_RST2MAN
varnish-counters.7: vsc2rst varnish-counters.7: vsc2rst
./vsc2rst | ${RST2MAN} - $@ ./vsc2rst | ${RST2MAN} - $@
else else
varnish-counters.7: $(top_srcdir)/include/vsc_fields.h varnish-counters.7: $(top_srcdir)/include/tbl/vsc_fields.h
@echo "========================================" @echo "========================================"
@echo "You need rst2man installed to make dist" @echo "You need rst2man installed to make dist"
@echo "========================================" @echo "========================================"
......
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