X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=1a34e15655065abf7a30e77f045deed79b9f22fe;hb=3b713ed4f5d6ccb06660da1c0ff34762b1627669;hp=2ebc015bcf97fbf32ca4422223b8b4e4659a66b2;hpb=58bcae66794fda42c50b991f615cfc8fcaa35c0e;p=hivex.git diff --git a/Makefile.am b/Makefile.am index 2ebc015..1a34e15 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,20 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = gnulib/lib hivex gnulib/tests po +SUBDIRS = gnulib/lib lib images gnulib/tests sh xml po + +if HAVE_OCAML +SUBDIRS += ocaml +endif + +if HAVE_PERL +SUBDIRS += perl +endif + +# Not yet written. +#if HAVE_PYTHON +#SUBDIRS += python +#endif EXTRA_DIST = hivex.pc hivex.pc.in README LICENSE @@ -30,15 +43,9 @@ dist-hook: all-local: cd $(srcdir); \ find $(DIST_SUBDIRS) \ - -name '*.c' -o -name '*.pl' -o -name '*.pm' -o \ - -name 'virt-cat' -o \ - -name 'virt-df' -o \ - -name 'virt-edit' -o \ - -name 'virt-inspector' -o \ - -name 'virt-ls' -o \ - -name 'virt-rescue' -o \ - -name 'virt-tar' | \ + -name '*.c' -o -name '*.pl' -o -name '*.pm' | \ grep -v '^gnulib/' | \ + grep -v 'perl/blib/' | \ LC_ALL=C sort | \ sed 's,^\./,,' > po/POTFILES.in