summaryrefslogtreecommitdiff
path: root/datapath-windows/automake.mk
diff options
context:
space:
mode:
authorAnkur Sharma <ankursharma@vmware.com>2014-08-22 10:00:13 -0700
committerBen Pfaff <blp@nicira.com>2014-08-22 10:29:37 -0700
commitd838e577300ddd2878ff9777d7588c2f54af2c07 (patch)
tree5e207ab25e569b2d3c8f75471171a5b1c36a108e /datapath-windows/automake.mk
parent344b47e15e583f251e9ef02c77a374d15a6e25e6 (diff)
downloadopenvswitch-d838e577300ddd2878ff9777d7588c2f54af2c07.tar.gz
datapath-windows: Using windows kernel netlink parsing APIs.
In this patch we incorporate the usage of netlink message and the parsing APIs that were added in previous commit. Signed-off-by: Ankur Sharma <ankursharma@vmware.com> Reported-at: https://github.com/openvswitch/ovs-issues/issues/18 Acked-by: Nithin Raju <nithin@vmware.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'datapath-windows/automake.mk')
-rw-r--r--datapath-windows/automake.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/datapath-windows/automake.mk b/datapath-windows/automake.mk
index 47ef22515..78bdb84a6 100644
--- a/datapath-windows/automake.mk
+++ b/datapath-windows/automake.mk
@@ -5,7 +5,10 @@ EXTRA_DIST += \
datapath-windows/Package/package.VcxProj.user \
datapath-windows/include/OvsDpInterfaceExt.h \
datapath-windows/include/OvsNetlink.h \
- datapath-windows/include/OvsPub.h \
+ datapath-windows/include/OvsPub.h\
+ datapath-windows/ovsext/Netlink.c \
+ datapath-windows/ovsext/Netlink.h \
+ datapath-windows/ovsext/NetlinkProto.h \
datapath-windows/misc/install.cmd \
datapath-windows/misc/uninstall.cmd \
datapath-windows/ovsext.sln \