summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-02-29 22:12:20 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-24 00:14:23 +0100
commit6187644b660ce284d0a706811eae2dce7cb411b2 (patch)
treefc0446a18154df46c7a2733bc5dbb6c0eb526ec4 /Makefile.am
parent14a131ac1cfc95e5ba2518ff887d04c034aecc53 (diff)
downloadopenvpn-6187644b660ce284d0a706811eae2dce7cb411b2.tar.gz
openvpn-6187644b660ce284d0a706811eae2dce7cb411b2.tar.xz
openvpn-6187644b660ce284d0a706811eae2dce7cb411b2.zip
build: windows: install version.sh to allow installer read version
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Samuli Seppänen <samuli@openvpn.net> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5293518..68aa0a8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,3 +69,8 @@ endif
dist_noinst_HEADERS = \
config-msvc.h \
config-msvc-version.h.in
+
+if WIN32
+rootdir=$(prefix)
+root_DATA = version.sh
+endif