summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-02-22 12:53:16 +0000
committerRichard Jones <rjones@redhat.com>2010-02-22 13:19:21 +0000
commita8c3723e3818b5a7a31520043c6831115ab9d0e0 (patch)
tree00568e6c18afe37e0b3963306fb19cade9b75f87 /Makefile.am
parentaa4700f0325743aaa16b525637b00ee61b39df13 (diff)
downloadlibguestfs-a8c3723e3818b5a7a31520043c6831115ab9d0e0.tar.gz
libguestfs-a8c3723e3818b5a7a31520043c6831115ab9d0e0.tar.xz
libguestfs-a8c3723e3818b5a7a31520043c6831115ab9d0e0.zip
Spin off hivex as a separate upstream project.
This commit makes the semi-independent hivex library into a separate upstream project. The git repo for hivex is now: http://git.annexia.org/?p=hivex.git;a=summary Downloads of hivex are available here: http://libguestfs.org/download/ All questions, patches, bugs etc should be sent to the libguestfs mailing list and bug tracker.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 0abe3dd0..c1fc85d6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,7 @@ include $(top_srcdir)/subdir-rules.mk
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = gnulib/lib hivex src daemon appliance fish po examples images \
+SUBDIRS = gnulib/lib src daemon appliance fish po examples images \
gnulib/tests capitests regressions test-tool
# NB: Must build inspector directory after perl and before ocaml.
@@ -118,10 +118,6 @@ HTMLFILES = \
html/guestfs.3.html \
html/guestfish.1.html \
html/guestmount.1.html \
- html/hivex.3.html \
- html/hivexget.1.html \
- html/hivexml.1.html \
- html/hivexsh.1.html \
html/virt-cat.1.html \
html/virt-df.1.html \
html/virt-edit.1.html \