summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* hivexsh: Conditionally build for Mac OS XAlex Nelson2011-09-071-1/+5
| | | | | | | | OS X lacks open_memstream, causing hivexsh to fail to build. This patch defines HAVE_HIVEXSH, setting the only condition to open_memstream existence. Signed-off-by: Alex Nelson <ajnelson@cs.ucsc.edu>
* Add Ruby bindings.Richard W.M. Jones2011-08-151-0/+4
|
* maint: remove rule that generated po/POTFILES.inJim Meyering2011-06-281-10/+0
| | | | | * Makefile.am (all-local): Remove rule. It would put many files in po/POTFILES.in that contain no translatable diagnostic.
* build: Workaround broken libtool.Richard W.M. Jones2011-05-121-0/+3
| | | | | | | | | Same as this error: https://www.redhat.com/archives/libguestfs/2011-April/msg00042.html https://www.redhat.com/archives/libguestfs/2011-May/msg00041.html We don't know why latest libtool is so obviously broken, but this works around the problem.
* Include generator in the tarball.Richard W.M. Jones2011-04-281-2/+2
|
* Python bindings.Richard W.M. Jones2010-11-281-4/+3
|
* Add CLEANFILES rules.TJ2010-04-021-0/+2
|
* Add maintainer rule for updating the website.Richard Jones2010-03-301-0/+13
|
* hivexregedit: Low-level tool for merging and export in regedit format.Richard Jones2010-03-301-1/+1
|
* Fix generation of po/POTFILES.in.Richard Jones2010-03-251-8/+2
| | | | | Contains some obsolete code copied in from libguestfs, and we need to exclude Perl 'blib' files.
* NO Python bindings - ran out of time.Richard W.M. Jones2010-02-261-3/+4
| | | | | | This commit disables parts of the build related to Python and notes in the README that we didn't have time to finish Python bindings.
* Add build framework for OCaml, Perl, Python bindings.Richard Jones2010-02-241-0/+12
| | | | | (No bindings are actually built, this just adds the build, test and generator framework for them).
* Create separate toplevel directories for hivexsh and hivexml.Richard Jones2010-02-241-1/+1
|
* Rename hivex/ -> lib/Richard Jones2010-02-241-1/+1
|
* Move test images to images/ and add a large, generated test image.Richard Jones2010-02-241-1/+1
| | | | | | | | | | | Previously we had one minimal test image. This was located in hivex/t (a subdirectory of the main library). This adds a large, procedurally generated test image. Because this needs to be built using hivex code, and because subdirectories are built before the parent directory by automake, we have to also move the directory location to a top-level directory called images/.
* Version 1.1.1.1.1.1Richard Jones2010-02-221-1/+1
| | | | Also some minor fixes to the build system.
* po: Import pofiles and various build fixes.Richard Jones2010-02-191-1/+1
|
* Support for Windows Registry.Richard Jones2010-02-191-0/+47
In hivex/: This mini-library allows us to extract Windows Registry binary files ("hives"). There are also two tools: hivexml converts a hive to a self-describing XML format. hivexget can be used to extract single subkeys from a hive.