diff options
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 9ac840d..ac79097 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -445,7 +445,10 @@ AC_DEFINE_UNQUOTED(SHLIBEXT,"$SHLIBEXT", [Extension that shared libraries have, e.g., ".so".]) dnl Create the output files -AC_OUTPUT(Makefile.config include/Support/iterator) +AC_OUTPUT(Makefile.config + include/Support/iterator + include/Support/hash_map + include/Support/hash_set) dnl Warn loudly if llvm-gcc was not obviously working if test $llvmgccwarn = yes |