summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-07-31 08:57:10 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-07-31 10:22:38 +0100
commit0e6e32025885286e2de39efca34ced2aaf26b3a3 (patch)
treee4c3c747a1d2c805cd01c1e0a9c526407b520641 /daemon/Makefile.am
parentafaff775c12f32b7912f194e2fcc8e76b8c82572 (diff)
downloadlibguestfs-0e6e32025885286e2de39efca34ced2aaf26b3a3.tar.gz
libguestfs-0e6e32025885286e2de39efca34ced2aaf26b3a3.tar.xz
libguestfs-0e6e32025885286e2de39efca34ced2aaf26b3a3.zip
New command: 'fallocate' to (pre-)allocate sized files.
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r--daemon/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 52482d08..6da485bc 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -35,6 +35,7 @@ guestfsd_SOURCES = \
dropcaches.c \
du.c \
ext2.c \
+ fallocate.c \
file.c \
find.c \
fsck.c \