From: Daniel Veillard Date: Wed, 21 Oct 2009 09:16:21 +0000 (+0200) Subject: Fix a make dist error due to wrong EXTRA_DIST paths X-Git-Tag: v0.7.3~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89f0c6d089ba4f3f39a4833e2cd3c6c77124b21b;p=thirdparty%2Flibvirt.git Fix a make dist error due to wrong EXTRA_DIST paths * tests/Makefile.am: networkpoolxml2xmlout and networkpoolxml2xmlin are really networkxml2xmlout and networkxml2xmlin --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 44f16adc09..d04ebd64c2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -56,8 +56,8 @@ EXTRA_DIST = \ capabilityschematest \ capabilityschemadata \ networkschematest \ - networkpoolxml2xmlout \ - networkpoolxml2xmlin \ + networkxml2xmlout \ + networkxml2xmlin \ domainschematest \ domainschemadata \ interfaceschemadata \