diff options
Diffstat (limited to 'boehm-gc/configure.ac')
-rw-r--r-- | boehm-gc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/configure.ac b/boehm-gc/configure.ac index 29331e6..326a051 100644 --- a/boehm-gc/configure.ac +++ b/boehm-gc/configure.ac @@ -547,5 +547,5 @@ fi AC_CONFIG_HEADERS([include/gc_config.h include/gc_ext_config.h]) -AC_CONFIG_FILES(Makefile include/Makefile) +AC_CONFIG_FILES(Makefile include/Makefile threads.mk) AC_OUTPUT |