diff options
author | Wanlong Gao <gaowanlong@cn.fujitsu.com> | 2012-09-24 16:32:51 +0800 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-09-24 16:40:46 +0100 |
commit | 0c2aab966a9ecde8a23044877cb3123cd238100a (patch) | |
tree | 1c003657874edf83f161054a572a1842216a1b94 /gobject | |
parent | a297a9348f2a22dcf057de2ef00389b7d36b0d15 (diff) | |
download | libguestfs-0c2aab966a9ecde8a23044877cb3123cd238100a.tar.gz libguestfs-0c2aab966a9ecde8a23044877cb3123cd238100a.tar.xz libguestfs-0c2aab966a9ecde8a23044877cb3123cd238100a.zip |
NEW API:ext:mke2fs
New api mke2fs for full configuration of filesystem.
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
RWMJ:
- Update description.
- Run and fix the tests.
- Remove bogus filename from po/POTFILES.
Diffstat (limited to 'gobject')
-rw-r--r-- | gobject/Makefile.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gobject/Makefile.inc b/gobject/Makefile.inc index 140516f5..0a168f4f 100644 --- a/gobject/Makefile.inc +++ b/gobject/Makefile.inc @@ -80,7 +80,8 @@ guestfs_gobject_headers= \ include/guestfs-gobject/optargs-rsync_out.h \ include/guestfs-gobject/optargs-xfs_admin.h \ include/guestfs-gobject/optargs-hivex_open.h \ - include/guestfs-gobject/optargs-xfs_repair.h + include/guestfs-gobject/optargs-xfs_repair.h \ + include/guestfs-gobject/optargs-mke2fs.h guestfs_gobject_sources= \ src/session.c \ @@ -142,4 +143,5 @@ guestfs_gobject_sources= \ src/optargs-rsync_out.c \ src/optargs-xfs_admin.c \ src/optargs-hivex_open.c \ - src/optargs-xfs_repair.c + src/optargs-xfs_repair.c \ + src/optargs-mke2fs.c |