diff --git a/docs/C_SOURCE_FILES b/docs/C_SOURCE_FILES index 57c0b6084..65ced4857 100644 --- a/docs/C_SOURCE_FILES +++ b/docs/C_SOURCE_FILES @@ -141,6 +141,7 @@ daemon/sfdisk.c daemon/sh.c daemon/sleep.c daemon/sleuthkit.c +daemon/squashfs.c daemon/stat.c daemon/statvfs.c daemon/strings.c @@ -393,4 +394,5 @@ utils/boot-benchmark/boot-benchmark.c utils/qemu-boot/qemu-boot.c utils/qemu-speed-test/qemu-speed-test.c v2v/domainxml-c.c +v2v/test-harness/dummy.c v2v/utils-c.c diff --git a/po/POTFILES b/po/POTFILES index 3b3bd9edd..cdd71b7f9 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -400,6 +400,7 @@ mllib/progress-c.c mllib/statvfs-c.c mllib/uri-c.c mllib/visit-c.c +mllib/xml-c.c ocaml/guestfs-c-actions.c ocaml/guestfs-c-errnos.c ocaml/guestfs-c.c @@ -453,5 +454,5 @@ utils/boot-benchmark/boot-benchmark.c utils/qemu-boot/qemu-boot.c utils/qemu-speed-test/qemu-speed-test.c v2v/domainxml-c.c +v2v/test-harness/dummy.c v2v/utils-c.c -v2v/xml-c.c diff --git a/po/POTFILES-ml b/po/POTFILES-ml index 4c189df70..385eddc86 100644 --- a/po/POTFILES-ml +++ b/po/POTFILES-ml @@ -67,6 +67,8 @@ mllib/regedit.ml mllib/stringMap.ml mllib/visit.ml mllib/visit_tests.ml +mllib/xml.ml +mllib/xpath_helpers.ml resize/resize.ml sparsify/cmdline.ml sparsify/copying.ml @@ -154,5 +156,3 @@ v2v/v2v_unit_tests.ml v2v/vCenter.ml v2v/windows.ml v2v/windows_virtio.ml -v2v/xml.ml -v2v/xpath_helpers.ml