On 05/15/2012 03:40 PM, Richard W.M. Jones wrote:
On Tue, May 15, 2012 at 10:36:41AM +0800, Wanlong Gao wrote:
> Signed-off-by: Wanlong Gao <gaowanlong(a)cn.fujitsu.com>
> ---
> po/POTFILES | 39 +++++++++++++++++++++++++++++++++++++++
> 1 file changed, 39 insertions(+)
This file is generated (by Makefile.am).
> +gobject/guestfs-gobject-optargs-add_domain.c
> +gobject/guestfs-gobject-optargs-add_drive_opts.c
> +gobject/guestfs-gobject-optargs-btrfs_filesystem_resize.c
[...]
> +gobject/guestfs-gobject.c
These files are no longer used. They were moved into the gobject/src
and gobject/include directories. However there's no CLEANFILES rule
to remove the old files. I've fixed this now:
https://github.com/libguestfs/libguestfs/commit/7fffaf204ef59d6a068baa6b6...
So if you update and run 'make -C gobject clean' it should remove
these files.
Oh, I see, that's what I was confused.
Thanks,
Wanlong Gao
Rich.