mirror of https://gitee.com/openkylin/libvirt.git
Pull in GNULIB regex module for benefit of test suite on Win32
This commit is contained in:
parent
06180ca433
commit
f94d9c5793
|
@ -80,6 +80,7 @@ posix-shell
|
|||
pthread
|
||||
pthread_sigmask
|
||||
recv
|
||||
regex
|
||||
random_r
|
||||
sched
|
||||
send
|
||||
|
|
|
@ -4,6 +4,7 @@ daemon/remote.c
|
|||
daemon/remote_dispatch.h
|
||||
daemon/stream.c
|
||||
gnulib/lib/gai_strerror.c
|
||||
gnulib/lib/regcomp.c
|
||||
src/conf/cpu_conf.c
|
||||
src/conf/domain_conf.c
|
||||
src/conf/domain_event.c
|
||||
|
|
Loading…
Reference in New Issue