summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 4a09659..34a6439 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -21,7 +21,7 @@
# packet encryption, packet authentication, and
# packet compression.
#
-# Copyright (C) 2002-2017 OpenVPN Technologies, Inc. <sales@openvpn.net>
+# Copyright (C) 2002-2018 OpenVPN Inc <sales@openvpn.net>
# Copyright (C) 2010 David Sommerseth <dazo@users.sourceforge.net>
# Copyright (C) 2006-2012 Alon Bar-Lev <alon.barlev@gmail.com>
#
@@ -435,6 +435,7 @@ plugindir = @plugindir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sampledir = @sampledir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
@@ -476,7 +477,7 @@ SUBDIRS = build distro include src sample doc vendor tests
dist_doc_DATA = \
README \
README.IPv6 \
- README.polarssl \
+ README.mbedtls \
Changes.rst \
COPYRIGHT.GPL \
COPYING
@@ -486,7 +487,7 @@ dist_noinst_DATA = \
.gitattributes \
PORTS \
README.IPv6 TODO.IPv6 \
- README.polarssl \
+ README.mbedtls \
openvpn.sln \
msvc-env.bat \
msvc-dev.bat \