[libvirt] [PATCH] build: fix typo that broke 'make dist'

Eric Blake eblake at redhat.com
Tue Sep 3 22:37:39 UTC 2013


Otherwise, 'make dist' fails:

make[3]: Entering directory `/home/eblake/libvirt-tmp/build3/examples/python'
make[3]: *** No rule to make target `topoology.py', needed by `distdir'.  Stop.
make[3]: Leaving directory `/home/eblake/libvirt-tmp/build3/examples/python'

* examples/python/Makefile.am (EXTRA_DIST): Spell topology right.

Signed-off-by: Eric Blake <eblake at redhat.com>
---

Pushing under the build-breaker rule.

 examples/python/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/python/Makefile.am b/examples/python/Makefile.am
index d5d867c..7823c20 100644
--- a/examples/python/Makefile.am
+++ b/examples/python/Makefile.am
@@ -17,5 +17,5 @@
 EXTRA_DIST=						\
 	README						\
 	consolecallback.py				\
-	topoology.py					\
+	topology.py					\
 	dominfo.py domrestore.py domsave.py domstart.py esxlist.py
-- 
1.8.3.1




More information about the libvir-list mailing list