Fix typo in Makefile.am ... could please somebody with proper autotools-version
regenerate Makefile.in thx in advance
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5347 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/Makefile.am b/Makefile.am
index 91a7502..26a7606 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@
MAYBE_TOOLS_GENIDL = mingw-w64-tools/genidl
endif
-SUBDIRS = $(MAYBE_HEADER) $(MAYBE_CRT) $(MAYBE_LIBRARIES_MANGLE) $(MAYBE_LIBRARIES_PSEH) $(MAYBE_TOOLS_GENDEF) $(MAYBE_GENIDL)
+SUBDIRS = $(MAYBE_HEADER) $(MAYBE_CRT) $(MAYBE_LIBRARIES_MANGLE) $(MAYBE_LIBRARIES_PSEH) $(MAYBE_TOOLS_GENDEF) $(MAYBE_TOOLS_GENIDL)
DISTCHECK_CONFIGURE_FLAGS = --with-headers --with-crt --with-libraries=all --with-tools=all