From 95d26f02405c090f886fc2c47a9e51ca37f9c09e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 12 Jul 2012 16:38:57 +0100 Subject: generator: Rename 'ntfsresize_opts' API to 'ntfsresize'. By using the once_had_no_optargs flag, this change is backwards compatible for callers. --- gobject/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gobject/Makefile.am') diff --git a/gobject/Makefile.am b/gobject/Makefile.am index 60e4fb9e..ce4a8530 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -47,6 +47,8 @@ CLEANFILES += \ include/guestfs-gobject/optargs-add_drive_opts.h \ src/optargs-mkfs_opts.c \ include/guestfs-gobject/optargs-mkfs_opts.h \ + src/optargs-ntfsresize_opts.c \ + include/guestfs-gobject/optargs-ntfsresize_opts.h \ src/optargs-test0.c \ include/guestfs-gobject/optargs-test0.h -- cgit