summaryrefslogtreecommitdiff
path: root/datapath-windows/automake.mk
diff options
context:
space:
mode:
authorAnkur Sharma <ankursharma@vmware.com>2014-08-22 10:00:29 -0700
committerBen Pfaff <blp@nicira.com>2014-08-22 10:30:36 -0700
commit2b829ece6f0c3d79233e2fc9501a26fcc18dd46f (patch)
tree5da5ea9b61d9de96b662ebfac57dc82494e94bb8 /datapath-windows/automake.mk
parentd838e577300ddd2878ff9777d7588c2f54af2c07 (diff)
downloadopenvswitch-2b829ece6f0c3d79233e2fc9501a26fcc18dd46f.tar.gz
datapath-windows: remove reference to OvsNetlink.h
In this patch we remove reference to OvsNetlink.h. Since we do not refer to lib/netlink-protocol.h anymore, hence removed the WIN_DP based check as well. 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.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/datapath-windows/automake.mk b/datapath-windows/automake.mk
index 78bdb84a6..ace9dc55b 100644
--- a/datapath-windows/automake.mk
+++ b/datapath-windows/automake.mk
@@ -4,7 +4,6 @@ EXTRA_DIST += \
datapath-windows/Package/package.VcxProj \
datapath-windows/Package/package.VcxProj.user \
datapath-windows/include/OvsDpInterfaceExt.h \
- datapath-windows/include/OvsNetlink.h \
datapath-windows/include/OvsPub.h\
datapath-windows/ovsext/Netlink.c \
datapath-windows/ovsext/Netlink.h \