Add more files to the openvswitch library on MSVC
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Tue, 29 Jul 2014 15:24:08 +0000 (15:24 +0000)
committerBen Pfaff <blp@nicira.com>
Tue, 29 Jul 2014 16:38:59 +0000 (09:38 -0700)
Add netlink related files to the windows build.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/automake.mk

index 0997df5..87a8faa 100644 (file)
@@ -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