From 3608d1ec11793de1bc94492b4a2d1b8d48a6ca98 Mon Sep 17 00:00:00 2001 From: Geoff Simmons Date: Wed, 17 Apr 2019 19:35:42 +0200 Subject: [PATCH] Remove vtree.h from EXTRA_DIST. The dist* make targets had been failing, now passing. --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6a4b48a1..736058f8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -172,7 +172,6 @@ endif EXTRA_DIST = \ foreign \ vmod_config.h \ - vtree.h \ $(VMOD_TESTS) \ $(SOFTPURGE_TESTS) \ vmod_bodyaccess.vcc \