diff options
Diffstat (limited to 'build/Makefile.in')
-rw-r--r-- | build/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/Makefile.in b/build/Makefile.in index 94dd803..9b2edad 100644 --- a/build/Makefile.in +++ b/build/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> # VPATH = @srcdir@ am__is_gnu_make = { \ @@ -364,6 +364,7 @@ plugindir = @plugindir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sampledir = @sampledir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ |