summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-04-21 21:43:32 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-04-24 10:46:18 +0100
commit4abaef74e28d8f0fea00ff1e74e8076d69dbf082 (patch)
tree447cef60a48b4b5bb078d45c74d5f90ec0d34342
parent447de2616a6a7e0c582a2839a58af797e3052b5d (diff)
downloadlibguestfs-4abaef74e28d8f0fea00ff1e74e8076d69dbf082.tar.gz
libguestfs-4abaef74e28d8f0fea00ff1e74e8076d69dbf082.tar.xz
libguestfs-4abaef74e28d8f0fea00ff1e74e8076d69dbf082.zip
build: Change comment above OCaml tools.
(cherry picked from commit 97ef9afca77ee81a6c0d1a30cf4d367d7cefa2e3)
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c43e28e5..c8475635 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -88,7 +88,7 @@ endif
# Unconditional because nothing is built yet.
SUBDIRS += csharp
-# virt-resize (new version) and virt-sparsify are written in OCaml.
+# OCaml tools.
if HAVE_OCAML
SUBDIRS += resize sparsify
endif