summaryrefslogtreecommitdiffstats
path: root/fish/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-15 20:27:30 +0100
committerRichard Jones <rjones@redhat.com>2009-04-15 20:27:30 +0100
commit612a358b8935381e5b8d706e4a77689cd316a18d (patch)
tree3996e8c894c22bb4667fd9c0b3fa017eb736a495 /fish/Makefile.am
parent76f1a7d9941ba5b4ebc9e574cf9ee97e50294586 (diff)
downloadlibguestfs-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.am1
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 \