diff options
author | James Yonan <james@openvpn.net> | 2010-08-09 20:15:27 +0000 |
---|---|---|
committer | James Yonan <james@openvpn.net> | 2010-08-09 20:15:27 +0000 |
commit | fe7c58f0d24377f63f04c201f64210049cee7f86 (patch) | |
tree | 3877a7304afa5f8124d2a592aa8fb6efe1ea094e | |
parent | Added "net stop dnscache" and "net start dnscache" in front (diff) | |
download | openvpn-fe7c58f0d24377f63f04c201f64210049cee7f86.tar.xz |
Distribute win directory (Python/MSVC-based build system)
in "make dist" tarball.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6382 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2980dac..24649cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,7 +48,8 @@ EXTRA_DIST = \ tap-win32 \ contrib \ debug \ - plugin + plugin \ + win SUBDIRS = \ images \ |