X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=95b1dbb38775c5a9d707d07f7bd590dd6e696f82;hb=70760da7f41e0ebc45122090ed624a6fea60b5d7;hp=16fe5efaef718510751322496fe2386cecf8638d;hpb=aa5d6c138b55e25994ac723e94f32b009366927c;p=hivex.git diff --git a/Makefile.am b/Makefile.am index 16fe5ef..95b1dbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,12 +24,13 @@ SUBDIRS += ocaml endif if HAVE_PERL -SUBDIRS += perl +SUBDIRS += perl regedit endif -if HAVE_PYTHON -SUBDIRS += python -endif +# Not yet written. +#if HAVE_PYTHON +#SUBDIRS += python +#endif EXTRA_DIST = hivex.pc hivex.pc.in README LICENSE @@ -42,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