summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-08-26 17:39:06 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-08-26 17:39:06 +0100
commit0bd055316f8581f4da33b039e33d5f61cc00294c (patch)
tree6a2098b270139b49f394a29b2c6260dcd5e57995 /fish
parentd64ad1a403ca9dbe81856ba6b78a464c5397af45 (diff)
downloadlibguestfs-0bd055316f8581f4da33b039e33d5f61cc00294c.tar.gz
libguestfs-0bd055316f8581f4da33b039e33d5f61cc00294c.tar.xz
libguestfs-0bd055316f8581f4da33b039e33d5f61cc00294c.zip
fish: clarify comment: shared source files are used by virt tools too.
Diffstat (limited to 'fish')
-rw-r--r--fish/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am
index 4215784c..3be14fa3 100644
--- a/fish/Makefile.am
+++ b/fish/Makefile.am
@@ -58,9 +58,9 @@ EXTRA_DIST = \
virt-tar-out.pod
# These source files (all related to option parsing) are shared
-# between guestfish and guestmount. Keep a convenient list here just
-# so we know which ones are shared. These files must not include
-# other guestfish files.
+# between guestfish, guestmount and some other C virt tools. Keep a
+# convenient list here just so we know which ones are shared. These
+# files must not include other guestfish files.
SHARED_SOURCE_FILES = \
config.c \
inspect.c \