summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-06-29 12:46:59 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-06-29 12:46:59 +0100
commit9a92446bcad09b492dee42dd5950bac67073fbea (patch)
treef03b179a243a379f462dba6d308360b084565b92 /daemon/Makefile.am
parentb2ed0f4c55c2bd3d07341ba2207f0cb238eb4e18 (diff)
downloadlibguestfs-9a92446bcad09b492dee42dd5950bac67073fbea.tar.gz
libguestfs-9a92446bcad09b492dee42dd5950bac67073fbea.tar.xz
libguestfs-9a92446bcad09b492dee42dd5950bac67073fbea.zip
Added 'du' command.
This command estimates file usage for files and directories.
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 e33a7f70..2884e936 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -33,6 +33,7 @@ guestfsd_SOURCES = \
dir.c \
dmesg.c \
dropcaches.c \
+ du.c \
ext2.c \
file.c \
find.c \