Mac OS X: Run glibtoolize in absence of libtoolize
[hivex.git] / Makefile.am
index b86caca..8d69c55 100644 (file)
@@ -34,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.
@@ -41,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