Commit 814aae43 authored by Geoff Simmons's avatar Geoff Simmons

Make sure that generated vtc's are not included in the dist target.

parent f69a1018
Pipeline #250 skipped
......@@ -52,6 +52,11 @@ EXTRA_DIST = \
$(builddir)/tests/*.no \
$(builddir)/tests/*.vcl
dist-hook:
rm -f $(distdir)/tests/locale_fr.vtc \
$(distdir)/tests/compile_utf8.vtc \
$(distdir)/tests/sub_utf8.vtc
CLEANFILES = \
$(builddir)/vcc_if.c \
$(builddir)/vcc_if.h \
......
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