diff options
Diffstat (limited to 'openvpn/build/msvc/msvc-generate/Makefile.am')
-rw-r--r-- | openvpn/build/msvc/msvc-generate/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/openvpn/build/msvc/msvc-generate/Makefile.am b/openvpn/build/msvc/msvc-generate/Makefile.am new file mode 100644 index 00000000..539fb6ce --- /dev/null +++ b/openvpn/build/msvc/msvc-generate/Makefile.am @@ -0,0 +1,18 @@ +# +# OpenVPN -- An application to securely tunnel IP networks +# over a single UDP port, with support for SSL/TLS-based +# session authentication and key exchange, +# packet encryption, packet authentication, and +# packet compression. +# +# Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net> +# Copyright (C) 2006-2012 Alon Bar-Lev <alon.barlev@gmail.com> +# + +MAINTAINERCLEANFILES = \ + $(srcdir)/Makefile.in + +dist_noinst_DATA = \ + msvc-generate.vcxproj \ + Makefile.mak \ + msvc-generate.js |