]> git.ipfire.org Git - thirdparty/openvpn.git/blob - src/compat/Makefile.am
Update Copyright statements to 2024
[thirdparty/openvpn.git] / src / compat / Makefile.am
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 #
8 # Copyright (C) 2002-2024 OpenVPN Inc <sales@openvpn.net>
9 # Copyright (C) 2006-2012 Alon Bar-Lev <alon.barlev@gmail.com>
10 #
11
12 MAINTAINERCLEANFILES = \
13 $(srcdir)/Makefile.in
14
15 noinst_LTLIBRARIES = libcompat.la
16
17 libcompat_la_SOURCES = \
18 compat.h \
19 compat-dirname.c \
20 compat-basename.c \
21 compat-gettimeofday.c \
22 compat-daemon.c \
23 compat-strsep.c