X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=a4f8da4dbdf3bc240068b63f6f27a11cc898a7cd;hb=b84194b377ed3cf42b45c30a388dcda7af3bfae3;hp=112cce023d31fa402f0475a9e0bed0de08441d4d;hpb=d471b0fff5c56bd49df7d47aaac05c21342ac4cf;p=hivex.git diff --git a/Makefile.am b/Makefile.am index 112cce0..a4f8da4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # hivex -# Copyright (C) 2009-2010 Red Hat Inc. +# Copyright (C) 2009-2011 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = gnulib/lib lib images gnulib/tests sh xml po +SUBDIRS = gnulib/lib generator lib images gnulib/tests sh xml po if HAVE_OCAML SUBDIRS += ocaml @@ -27,10 +27,9 @@ if HAVE_PERL SUBDIRS += perl regedit endif -# Not yet written. -#if HAVE_PYTHON -#SUBDIRS += python -#endif +if HAVE_PYTHON +SUBDIRS += python +endif EXTRA_DIST = hivex.pc hivex.pc.in README LICENSE @@ -65,3 +64,5 @@ WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs website: $(HTMLFILES) cp $(HTMLFILES) $(WEBSITEDIR) + +CLEANFILES = $(HTMLFILES) pod2*.tmp