summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-02-03 17:35:53 +0000
committerRichard Jones <rjones@redhat.com>2010-02-04 11:06:15 +0000
commitdb8a46aa1165479ddf2b551e81a7e96bb06fc942 (patch)
treeb3e28ebfaa1e7380344f6a9ed7388050933144bf /configure.ac
parent6ea059d6a1bd1be605278057025d34dee675d64d (diff)
downloadlibguestfs-db8a46aa1165479ddf2b551e81a7e96bb06fc942.tar.gz
libguestfs-db8a46aa1165479ddf2b551e81a7e96bb06fc942.tar.xz
libguestfs-db8a46aa1165479ddf2b551e81a7e96bb06fc942.zip
Tools for analyzing and reverse engineering hive files.
This commit is not of general interest. It contains the tools which I used to reverse engineer the hive format and to test changes. Keeping these with the rest of the code is useful in case in future we encounter a hive file that we fail to modify. Note that the tools are not compiled by default. You have to compile each explicitly with: make -C hivex/tools <toolname>.opt You will also need ocaml-extlib-devel and ocaml-bitstring-devel.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fda47730..134cebd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -737,6 +737,7 @@ AC_CONFIG_FILES([Makefile
gnulib/lib/Makefile
gnulib/tests/Makefile
hivex/Makefile
+ hivex/tools/Makefile
fuse/Makefile
ocaml/META perl/Makefile.PL])
AC_OUTPUT