X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=8d69c55e0cacff765ed7572fd6e5ad0e61e4f299;hb=acf63fb7ead29a09b499a73865efdd3e26833da1;hp=a4f8da4dbdf3bc240068b63f6f27a11cc898a7cd;hpb=b84194b377ed3cf42b45c30a388dcda7af3bfae3;p=hivex.git diff --git a/Makefile.am b/Makefile.am index a4f8da4..8d69c55 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,9 @@ 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 if HAVE_OCAML @@ -31,6 +34,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. @@ -38,16 +45,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