]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix a make dist error due to wrong EXTRA_DIST paths
authorDaniel Veillard <veillard@redhat.com>
Wed, 21 Oct 2009 09:16:21 +0000 (11:16 +0200)
committerDaniel Veillard <veillard@redhat.com>
Wed, 21 Oct 2009 09:16:21 +0000 (11:16 +0200)
* tests/Makefile.am: networkpoolxml2xmlout and networkpoolxml2xmlin are
  really networkxml2xmlout and networkxml2xmlin

tests/Makefile.am

index 44f16adc09dbaf1dbb6a5ab58b07cb30b243182b..d04ebd64c23d5984488e1e73b3eedccc411098a7 100644 (file)
@@ -56,8 +56,8 @@ EXTRA_DIST =          \
        capabilityschematest \
        capabilityschemadata \
        networkschematest \
-       networkpoolxml2xmlout \
-       networkpoolxml2xmlin \
+       networkxml2xmlout \
+       networkxml2xmlin \
        domainschematest \
        domainschemadata \
        interfaceschemadata \