posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / windows-cond
blob306d7add2ccd35f9651ec53a1a7b337d4369cbfb
1 Description:
2 Condition variables (native Windows implementation).
4 Files:
5 lib/windows-cond.h
6 lib/windows-cond.c
7 lib/windows-initguard.h
9 Depends-on:
10 stdbool
11 errno
12 time
13 gettimeofday
15 configure.ac:
16 AC_REQUIRE([AC_CANONICAL_HOST])
17 case "$host_os" in
18   mingw*)
19     AC_LIBOBJ([windows-cond])
20     ;;
21 esac
23 Makefile.am:
25 Include:
26 "windows-cond.h"
28 License:
29 LGPLv2+
31 Maintainer:
32 all