X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=dbab38a87b916a4b5b28110cb9e579200a7eeb28;hb=168c413ade875efb1cd9bfbaf39797fc9b967ab7;hp=b86caca5e2584d1d5f549ad8a558429c744c6cee;hpb=27c45a5a1e5527f46894361794a1da588086fe0e;p=hivex.git diff --git a/Makefile.am b/Makefile.am index b86caca..dbab38a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,11 @@ ACLOCAL_AMFLAGS = -I m4 # Work around broken libtool. export to_tool_file_cmd=func_convert_file_noop -SUBDIRS = gnulib/lib generator lib images gnulib/tests sh xml po +SUBDIRS = gnulib/lib generator lib images gnulib/tests xml po + +if HAVE_HIVEXSH +SUBDIRS += sh +endif if HAVE_OCAML SUBDIRS += ocaml @@ -34,6 +38,10 @@ if HAVE_PYTHON SUBDIRS += python endif +if HAVE_RUBY +SUBDIRS += ruby +endif + EXTRA_DIST = hivex.pc hivex.pc.in README LICENSE # Generate the ChangeLog automatically from the gitlog. @@ -41,16 +49,6 @@ dist-hook: $(top_srcdir)/build-aux/gitlog-to-changelog > ChangeLog cp ChangeLog $(distdir)/ChangeLog -# Update the list of translatable files in po/POTFILES.in. -all-local: - cd $(srcdir); \ - find $(DIST_SUBDIRS) \ - -name '*.c' -o -name '*.pl' -o -name '*.pm' | \ - grep -v '^gnulib/' | \ - grep -v 'perl/blib/' | \ - LC_ALL=C sort | \ - sed 's,^\./,,' > po/POTFILES.in - # Pkgconfig. pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = hivex.pc