From: Alin Serdean Date: Tue, 29 Jul 2014 15:24:08 +0000 (+0000) Subject: Add more files to the openvswitch library on MSVC X-Git-Tag: v2.4.0~1724 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=d5e27716bbe8f4090f80df51caf676026627a6a8 Add more files to the openvswitch library on MSVC Add netlink related files to the windows build. Signed-off-by: Alin Gabriel Serdean Signed-off-by: Ben Pfaff --- diff --git a/lib/automake.mk b/lib/automake.mk index 0997df565..87a8faa37 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -319,6 +319,15 @@ lib_libopenvswitch_la_SOURCES += \ lib/netdev-dpdk.h endif +if WIN32 +lib_libopenvswitch_la_SOURCES += \ + lib/netlink-notifier.c \ + lib/netlink-notifier.h \ + lib/netlink-protocol.h \ + lib/netlink-socket.c \ + lib/netlink-socket.h +endif + if HAVE_POSIX_AIO lib_libopenvswitch_la_SOURCES += lib/async-append-aio.c else