diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-07-31 08:39:43 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-07-31 10:18:50 +0100 |
commit | afaff775c12f32b7912f194e2fcc8e76b8c82572 (patch) | |
tree | 6c775a65b26a799e49aade3f7b68a7c761120e93 /daemon/Makefile.am | |
parent | 7c3a90f94cd6b8fec9cdd1c052b91a14c0ee0e0e (diff) | |
download | libguestfs-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.am | 1 |
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 \ |