summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-06-29 12:25:31 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-06-29 12:25:31 +0100
commit405cf2a5772611ea05cca9fefa843154a9bc64a3 (patch)
tree8d0d1f4e3c7fa161ca9f26b04705586cf03c9f62 /daemon/Makefile.am
parent8f382fd9e7b1745a4b1d6f25f0a775bed2573b8e (diff)
downloadlibguestfs-405cf2a5772611ea05cca9fefa843154a9bc64a3.tar.gz
libguestfs-405cf2a5772611ea05cca9fefa843154a9bc64a3.tar.xz
libguestfs-405cf2a5772611ea05cca9fefa843154a9bc64a3.zip
Add 'df' and 'df-h' commands.
df and df-h commands can be used interactively to show disk space usage. Use existing statvfs command from programs.
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 4228ad06..e33a7f70 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -29,6 +29,7 @@ guestfsd_SOURCES = \
daemon.h \
debug.c \
devsparts.c \
+ df.c \
dir.c \
dmesg.c \
dropcaches.c \