diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-09 18:49:10 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-09 23:12:19 +0100 |
commit | 2635a9c70e5f8aab85bbcb6b7a645f720d1e4466 (patch) | |
tree | ccaad5f9ba3439a95275ee08bb1d4ca4e01ac6b3 /fish/Makefile.am | |
parent | 43eed091129212dd29996838cf1d76af0f8fc135 (diff) | |
download | libguestfs-2635a9c70e5f8aab85bbcb6b7a645f720d1e4466.tar.gz libguestfs-2635a9c70e5f8aab85bbcb6b7a645f720d1e4466.tar.xz libguestfs-2635a9c70e5f8aab85bbcb6b7a645f720d1e4466.zip |
fish: Implement copy-in and copy-out commands.
Diffstat (limited to 'fish/Makefile.am')
-rw-r--r-- | fish/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am index 4c5d76f0..906d362f 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -40,6 +40,7 @@ EXTRA_DIST = \ guestfish_SOURCES = \ $(generator_built) \ alloc.c \ + copy.c \ destpaths.c \ echo.c \ edit.c \ |