diff options
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r-- | boehm-gc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index ffb2782..12a072d 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -32,7 +32,7 @@ dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c irix_threads.c \ linux_threads.c malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \ obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \ solaris_pthreads.c solaris_threads.c specific.c stubborn.c typd_mlc.c \ -backgraph.c +backgraph.c win32_threads.c # Include THREADLIBS here to ensure that the correct versions of # linuxthread semaphore functions get linked: |