hivexregedit: Low-level tool for merging and export in regedit format.
[hivex.git] / Makefile.am
index fc57ef4..95b1dbb 100644 (file)
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = gnulib/lib hivex images gnulib/tests po
+SUBDIRS = gnulib/lib lib images gnulib/tests sh xml po
+
+if HAVE_OCAML
+SUBDIRS += ocaml
+endif
+
+if HAVE_PERL
+SUBDIRS += perl regedit
+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