summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-07-31 08:39:43 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-07-31 10:18:50 +0100
commitafaff775c12f32b7912f194e2fcc8e76b8c82572 (patch)
tree6c775a65b26a799e49aade3f7b68a7c761120e93 /daemon/Makefile.am
parent7c3a90f94cd6b8fec9cdd1c052b91a14c0ee0e0e (diff)
downloadlibguestfs-afaff775c12f32b7912f194e2fcc8e76b8c82572.tar.gz
libguestfs-afaff775c12f32b7912f194e2fcc8e76b8c82572.tar.xz
libguestfs-afaff775c12f32b7912f194e2fcc8e76b8c82572.zip
New commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'.
These commands can be used to make hard and symbolic links. The readlink command is used to read existing symbolic links.
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 c0e8bc94..52482d08 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -45,6 +45,7 @@ guestfsd_SOURCES = \
headtail.c \
hexdump.c \
initrd.c \
+ link.c \
ls.c \
lvm.c \
mknod.c \