From 89f0c6d089ba4f3f39a4833e2cd3c6c77124b21b Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 21 Oct 2009 11:16:21 +0200 Subject: [PATCH] Fix a make dist error due to wrong EXTRA_DIST paths * tests/Makefile.am: networkpoolxml2xmlout and networkpoolxml2xmlin are really networkxml2xmlout and networkxml2xmlin --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \