diff options
Diffstat (limited to 'sample/sample-plugins/Makefile.in')
-rw-r--r-- | sample/sample-plugins/Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sample/sample-plugins/Makefile.in b/sample/sample-plugins/Makefile.in index ae3eef3..8be23e0 100644 --- a/sample/sample-plugins/Makefile.in +++ b/sample/sample-plugins/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -21,12 +21,12 @@ # packet encryption, packet authentication, and # packet compression. # -# Copyright (C) 2002-2020 OpenVPN Inc <sales@openvpn.net> +# Copyright (C) 2002-2021 OpenVPN Inc <sales@openvpn.net> # # SPDX-License-Identifier: GPL-2.0-only # -# Copyright (C) 2020 OpenVPN Inc <sales@openvpn.net> +# Copyright (C) 2020-2021 OpenVPN Inc <sales@openvpn.net> # VPATH = @srcdir@ am__is_gnu_make = { \ @@ -312,6 +312,7 @@ plugindir = @plugindir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sampledir = @sampledir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ |