summaryrefslogtreecommitdiffstats
path: root/gobject/Makefile.inc
diff options
context:
space:
mode:
authorWanlong Gao <gaowanlong@cn.fujitsu.com>2012-08-20 16:17:00 +0800
committerRichard W.M. Jones <rjones@redhat.com>2012-08-21 10:18:23 +0100
commit11b78a710729c34c1ef921feb119569b7d580877 (patch)
tree5ceccefad2eab3879c67bb43a0b93891c74f4625 /gobject/Makefile.inc
parent5e6727746367ba3f935dccb80109abf8e34fe74d (diff)
downloadlibguestfs-11b78a710729c34c1ef921feb119569b7d580877.tar.gz
libguestfs-11b78a710729c34c1ef921feb119569b7d580877.tar.xz
libguestfs-11b78a710729c34c1ef921feb119569b7d580877.zip
New API: xfs: xfs_admin
Add new api xfs_admin to change parameters of an XFS filesystem. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> RWMJ: - Remove printuuid, printlabel, since they don't change any settings. - Adjusted the documentation. - Fix the tests.
Diffstat (limited to 'gobject/Makefile.inc')
-rw-r--r--gobject/Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/gobject/Makefile.inc b/gobject/Makefile.inc
index 49f95387..9f81cd2c 100644
--- a/gobject/Makefile.inc
+++ b/gobject/Makefile.inc
@@ -72,7 +72,8 @@ guestfs_gobject_headers= \
include/guestfs-gobject/optargs-xfs_growfs.h \
include/guestfs-gobject/optargs-rsync.h \
include/guestfs-gobject/optargs-rsync_in.h \
- include/guestfs-gobject/optargs-rsync_out.h
+ include/guestfs-gobject/optargs-rsync_out.h \
+ include/guestfs-gobject/optargs-xfs_admin.h
guestfs_gobject_sources= \
src/session.c \
@@ -126,4 +127,5 @@ guestfs_gobject_sources= \
src/optargs-xfs_growfs.c \
src/optargs-rsync.c \
src/optargs-rsync_in.c \
- src/optargs-rsync_out.c
+ src/optargs-rsync_out.c \
+ src/optargs-xfs_admin.c