summaryrefslogtreecommitdiff
path: root/datapath-windows/automake.mk
diff options
context:
space:
mode:
authorNithin Raju <nithin@vmware.com>2014-11-19 09:14:33 -0800
committerGurucharan Shetty <gshetty@nicira.com>2014-11-20 07:25:03 -0800
commit9c3d71b0a21bdd16e4b219c01bdcc5186498b735 (patch)
tree14f4b6b49dd1cc6b240079caf965b23dcbbb4ec4 /datapath-windows/automake.mk
parent34b52cac2c23147c7c7369436326a6bfac16d271 (diff)
downloadopenvswitch-9c3d71b0a21bdd16e4b219c01bdcc5186498b735.tar.gz
datpath-windows: include/OvsPub.h => ovsext/DpInternal.h
OvsPub.h is not longer the interface file that published the interface of the kernel datapath to userspace. Nevertheless it is still being used internal to the kernel datapath. We rename the file for this reason. Signed-off-by: Nithin Raju <nithin@vmware.com> Acked-by: Sorin Vinturis <svinturis@cloudbasesolutions.com> Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Diffstat (limited to 'datapath-windows/automake.mk')
-rw-r--r--datapath-windows/automake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/datapath-windows/automake.mk b/datapath-windows/automake.mk
index 47d9c851a..9324b3c27 100644
--- a/datapath-windows/automake.mk
+++ b/datapath-windows/automake.mk
@@ -4,13 +4,13 @@ EXTRA_DIST += \
datapath-windows/Package/package.VcxProj \
datapath-windows/Package/package.VcxProj.user \
datapath-windows/include/OvsDpInterfaceExt.h \
- datapath-windows/include/OvsPub.h\
datapath-windows/misc/install.cmd \
datapath-windows/misc/uninstall.cmd \
datapath-windows/misc/OVS.psm1 \
datapath-windows/ovsext.sln \
datapath-windows/ovsext/Datapath.c \
datapath-windows/ovsext/Datapath.h \
+ datapath-windows/ovsext/DpInternal.h\
datapath-windows/ovsext/Actions.c \
datapath-windows/ovsext/Atomic.h \
datapath-windows/ovsext/BufferMgmt.c \