diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-15 20:27:30 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-15 20:27:30 +0100 |
commit | 612a358b8935381e5b8d706e4a77689cd316a18d (patch) | |
tree | 3996e8c894c22bb4667fd9c0b3fa017eb736a495 /fish/Makefile.am | |
parent | 76f1a7d9941ba5b4ebc9e574cf9ee97e50294586 (diff) | |
download | libguestfs-612a358b8935381e5b8d706e4a77689cd316a18d.tar.gz libguestfs-612a358b8935381e5b8d706e4a77689cd316a18d.tar.xz libguestfs-612a358b8935381e5b8d706e4a77689cd316a18d.zip |
Move guestfish 'alloc' command to a separate file.
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 11598b8a..8efa5a56 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -18,6 +18,7 @@ bin_PROGRAMS = guestfish guestfish_SOURCES = \ + alloc.c \ cmds.c \ completion.c \ fish.c \ |