diff options
author | Richard Jones <rjones@redhat.com> | 2009-11-17 19:51:29 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-11-17 20:14:47 +0000 |
commit | 540c85a1102c5876265502f8ae287ea697834d20 (patch) | |
tree | 9fc0df1d0a607e83740111a8737e7fffaea9d701 /daemon/Makefile.am | |
parent | dcd08dd356ca361703f4f2a2e25b639b219ac40d (diff) | |
download | libguestfs-540c85a1102c5876265502f8ae287ea697834d20.tar.gz libguestfs-540c85a1102c5876265502f8ae287ea697834d20.tar.xz libguestfs-540c85a1102c5876265502f8ae287ea697834d20.zip |
New API call: fill - fill a file with octets
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r-- | daemon/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 72e18966..d049da6d 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -41,6 +41,7 @@ guestfsd_SOURCES = \ ext2.c \ fallocate.c \ file.c \ + fill.c \ find.c \ fsck.c \ glob.c \ |