diff --git a/gobject/Makefile.inc b/gobject/Makefile.inc index c93dace6c..4cfb6abbe 100644 --- a/gobject/Makefile.inc +++ b/gobject/Makefile.inc @@ -49,6 +49,7 @@ guestfs_gobject_headers= \ include/guestfs-gobject/optargs-add_drive_scratch.h \ include/guestfs-gobject/optargs-btrfs_filesystem_resize.h \ include/guestfs-gobject/optargs-btrfs_fsck.h \ + include/guestfs-gobject/optargs-btrfs_subvolume_snapshot.h \ include/guestfs-gobject/optargs-compress_device_out.h \ include/guestfs-gobject/optargs-compress_out.h \ include/guestfs-gobject/optargs-copy_attributes.h \ @@ -127,6 +128,7 @@ guestfs_gobject_sources= \ src/optargs-add_drive_scratch.c \ src/optargs-btrfs_filesystem_resize.c \ src/optargs-btrfs_fsck.c \ + src/optargs-btrfs_subvolume_snapshot.c \ src/optargs-compress_device_out.c \ src/optargs-compress_out.c \ src/optargs-copy_attributes.c \ diff --git a/po/POTFILES b/po/POTFILES index 2aed29737..ef845f5bb 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -175,6 +175,7 @@ gobject/src/optargs-add_drive.c gobject/src/optargs-add_drive_scratch.c gobject/src/optargs-btrfs_filesystem_resize.c gobject/src/optargs-btrfs_fsck.c +gobject/src/optargs-btrfs_subvolume_snapshot.c gobject/src/optargs-compress_device_out.c gobject/src/optargs-compress_out.c gobject/src/optargs-copy_attributes.c