From: Eric Blake Date: Tue, 3 Sep 2013 22:37:06 +0000 (-0600) Subject: build: fix typo that broke 'make dist' X-Git-Tag: CVE-2013-4297~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11e80ddfe43f0f43286b50460875fb384d9df171;p=thirdparty%2Flibvirt.git build: fix typo that broke 'make dist' Bug introduced in commit 5c6ff42; '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 --- diff --git a/examples/python/Makefile.am b/examples/python/Makefile.am index d5d867cc5f..7823c20a5b 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