Commit dc1fe8df introduced 'kvm-ifup-os' to configure instance communication TAP. However, the version with configure-time variables substituted in was accidentally also distributed. Change this.
Signed-off-by: Klaus Aehlig <[email protected]> --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 58525ee..8137941 100644 --- a/Makefile.am +++ b/Makefile.am @@ -397,7 +397,7 @@ BUILT_EXAMPLES = \ doc/examples/systemd/ganeti-rapi.service \ doc/examples/systemd/ganeti-wconfd.service -dist_ifup_SCRIPTS = \ +nodist_ifup_SCRIPTS = \ tools/kvm-ifup-os \ tools/xen-ifup-os -- 2.2.0.rc0.207.ga3a616c
