]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix typo that broke 'make dist'
authorEric Blake <eblake@redhat.com>
Tue, 3 Sep 2013 22:37:06 +0000 (16:37 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 3 Sep 2013 22:38:29 +0000 (16:38 -0600)
commit11e80ddfe43f0f43286b50460875fb384d9df171
tree06c03a92593f2e66c416a656d4c435fa2cead658
parentae83e02f3dd7fe99fed5d8159a35b666fafeafd5
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 <eblake@redhat.com>
examples/python/Makefile.am