posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / windows-thread
blob3c1b7ac042ab6d48d0edd6ec8a070cb1cd55d44d
1 Description:
2 Creating and controlling threads (native Windows implementation).
4 Files:
5 lib/windows-thread.h
6 lib/windows-thread.c
8 Depends-on:
9 windows-once
10 windows-tls
12 configure.ac:
13 AC_REQUIRE([AC_CANONICAL_HOST])
14 case "$host_os" in
15   mingw*)
16     AC_LIBOBJ([windows-thread])
17     ;;
18 esac
20 Makefile.am:
22 Include:
23 "windows-thread.h"
25 License:
26 LGPLv2+
28 Maintainer:
29 all