summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2016-12-06 02:58:30 +0000
committerGurucharan Shetty <guru@ovn.org>2016-12-21 15:12:57 -0800
commit9e9473937164fbb95692fb9f15173b4b60146d45 (patch)
treecf3a7e86b4964c672ab5caf90678a08b7b2acf0c /windows
parent0c15b76511e78a1f84dec49138d7169c2f3eedf6 (diff)
downloadopenvswitch-9e9473937164fbb95692fb9f15173b4b60146d45.tar.gz
build-windows: Propagate PACKAGE_VERSION to the MSI
This patch propagates the automake variable PACKAGE_VERSION when building the MSI via msys. Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Acked-by: Sairam Venugopal <vsairam@vmware.com> Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Diffstat (limited to 'windows')
-rw-r--r--windows/automake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/automake.mk b/windows/automake.mk
index fa610ec66..db2b61639 100644
--- a/windows/automake.mk
+++ b/windows/automake.mk
@@ -35,7 +35,7 @@ windows_installer: all
cp -f $(top_srcdir)/datapath-windows/x64/Win8.1$(VSTUDIO_CONFIG)/package/ovsext.cat windows/ovs-windows-installer/Driver/Win8.1/ovsext.cat
cp -f $(top_srcdir)/datapath-windows/x64/Win8.1$(VSTUDIO_CONFIG)/package/ovsext.inf windows/ovs-windows-installer/Driver/Win8.1/ovsext.inf
cp -f $(top_srcdir)/datapath-windows/x64/Win8.1$(VSTUDIO_CONFIG)/package/ovsext.sys windows/ovs-windows-installer/Driver/Win8.1/ovsext.sys
- MSBuild.exe windows/ovs-windows-installer.sln /target:Build /property:Configuration="Release"
+ MSBuild.exe windows/ovs-windows-installer.sln /target:Build /property:Configuration="Release" /property:Version="$(PACKAGE_VERSION)"
EXTRA_DIST += \
windows/.gitignore \