Add the NETLINK and DPIF objects to the openvswitch archive for windows.

Signed-off-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com>
---
 lib/automake.mk | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/lib/automake.mk b/lib/automake.mk
index 0997df5..d93e9af 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -319,6 +319,23 @@ lib_libopenvswitch_la_SOURCES += \
        lib/netdev-dpdk.h
 endif
 
+if WIN32
+lib_libopenvswitch_la_SOURCES += \
+       lib/dpif-linux.c \
+       lib/dpif-linux.h \
+       lib/netdev-linux.c \
+       lib/netdev-linux.h \
+       lib/netlink-notifier.c \
+       lib/netlink-notifier.h \
+       lib/netlink-protocol.h \
+       lib/netlink-socket.c \
+       lib/netlink-socket.h \
+       lib/rtnetlink-link.c \
+       lib/rtnetlink-link.h \
+       lib/route-table.c \
+       lib/route-table.h
+endif
+
 if HAVE_POSIX_AIO
 lib_libopenvswitch_la_SOURCES += lib/async-append-aio.c
 else
-- 
1.9.0.msysgit.0

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to