posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / windows-rwlock
blob665d60245e233c6b971c3904d6441696e000a1a0
1 Description:
2 Read-write locks (native Windows implementation).
4 Files:
5 lib/windows-rwlock.h
6 lib/windows-rwlock.c
7 lib/windows-initguard.h
9 Depends-on:
11 configure.ac:
12 AC_REQUIRE([AC_CANONICAL_HOST])
13 case "$host_os" in
14   mingw*)
15     AC_LIBOBJ([windows-rwlock])
16     ;;
17 esac
19 Makefile.am:
21 Include:
22 "windows-rwlock.h"
24 License:
25 LGPLv2+
27 Maintainer:
28 all