ChangeLog, wordwrap.pl:
  Makefile.in: Move include/asm/types.h.in to lib/ext2fs/ext2_fs.h.in.
  wordwrap.pl: Add some rules which help fix up the dependencies.
Many files:
  Move include/asm/types.h.in to lib/ext2fs/ext2_fs.h.in.

diff --git a/wordwrap.pl b/wordwrap.pl
index f8d6019..646bbc3 100644
--- a/wordwrap.pl
+++ b/wordwrap.pl
@@ -11,6 +11,9 @@
     $linelen = 0;
     split;
     while (defined($word = shift @_)) {
+	$word =~ s#\$\(srcdir\)/\.\./version.h#\$\(top_srcdir\)/version.h#;
+	$word =~ s#\$\(srcdir\)/.\.\/\.\./version.h#\$\(top_srcdir\)/version.h#;
+	$word =~ s#\$\(srcdir\)/.\.\/et/com_err.h#\$\(top_srcdir\)/lib/et/com_err.h#;
 	if ($linelen > 0) {
 	    printf(" ");
 	}