libvmod-statsd
libvmod-statsd copied to clipboard
Add dependency on vcc_if.h, to fix concurrent build issue
Sometimes building with make -j<something greater than 1> fails, because it can't find vcc_if.h
Adding a dependency on it, should help this problem.
Similar to the problem at https://www.varnish-cache.org/trac/ticket/1418