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

2013-09-03 Thread Eric Blake
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

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

2010-12-20 Thread Eric Blake
On 12/20/2010 12:42 AM, Osier Yang wrote: 于 2010年12月20日 14:01, Wen Congyang 写道: * src/Makefile.am (VMWARE_DRIVER_SOURCES): Fix vmware_driver.h. Signed-off-by: Wen Congyangwe...@cn.fujitsu.com ACK, it happened to solve my problem, thanks Pushed. -- Eric Blake ebl...@redhat.com

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

2010-12-19 Thread Wen Congyang
* src/Makefile.am (VMWARE_DRIVER_SOURCES): Fix vmware_driver.h. Signed-off-by: Wen Congyang we...@cn.fujitsu.com --- src/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6749786..07ec528 100644 --- a/src/Makefile.am

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

2010-12-19 Thread Osier Yang
于 2010年12月20日 14:01, Wen Congyang 写道: * src/Makefile.am (VMWARE_DRIVER_SOURCES): Fix vmware_driver.h. Signed-off-by: Wen Congyangwe...@cn.fujitsu.com --- src/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index

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

2010-12-17 Thread Eric Blake
* src/Makefile.am (QEMU_DRIVER_SOURCES): Ship qemu_cgroup.h. --- Pushing this under the build-breaker rule, to fix 'make distcheck'. src/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 64e890f..55d96df 100644 ---