]> git.ipfire.org Git - thirdparty/openvpn.git/blame - sample/sample-plugins/Makefile.am
Update Copyright statements to 2024
[thirdparty/openvpn.git] / sample / sample-plugins / Makefile.am
CommitLineData
0b5141d8
DS
1#
2# OpenVPN -- An application to securely tunnel IP networks
3# over a single UDP port, with support for SSL/TLS-based
4# session authentication and key exchange,
5# packet encryption, packet authentication, and
6# packet compression.
7#
b25c6d7e 8# Copyright (C) 2002-2024 OpenVPN Inc <sales@openvpn.net>
0b5141d8
DS
9#
10
11MAINTAINERCLEANFILES = \
12 $(srcdir)/Makefile.in
13
14AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) \
15 -I$(top_srcdir)/include -I$(top_builddir)/include
16
17# We don't want automake to pull in libtool for building these
18# sample-plugins. Even though this breaks the conceptual ideas
19# around autoconf/automake/libtools ... these sample plug-ins
20# are just sample code, not to be installed or distributed outside
21# of the source tarball. Not even built by default, by design.
22#
23# We only add this as a simple and convenient way to build all
24# these plug-ins with the same build parameters as the rest
25# of the OpenVPN code.
26#
27# All the plugins which will be built are processed in this
28# separate Makefile, which disconnects everything just enough
29# to achieve our goal.
30include Makefile.plugins
31
32
33dist-hook :
34 make -f Makefile.plugins clean