From: Matthias Andree Date: Fri, 27 Jan 2023 20:32:08 +0000 (+0100) Subject: make dist: Ship ovpn_dco_freebsd.h, too X-Git-Tag: v2.7_alpha1~572 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffcf20ca7070027ccb16c3697b2a0e263cbc78a4;p=thirdparty%2Fopenvpn.git make dist: Ship ovpn_dco_freebsd.h, too This file was missing from src/openvpn/Makefile.am. Acked-by: Gert Doering Message-Id: <20230127203208.305638-1-matthias.andree@gmx.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26085.html Signed-off-by: Gert Doering --- diff --git a/src/openvpn/Makefile.am b/src/openvpn/Makefile.am index 3ed73fa4c..a8e44528c 100644 --- a/src/openvpn/Makefile.am +++ b/src/openvpn/Makefile.am @@ -78,6 +78,7 @@ openvpn_SOURCES = \ mbuf.c mbuf.h \ memdbg.h \ misc.c misc.h \ + ovpn_dco_freebsd.h \ ovpn_dco_linux.h \ ovpn_dco_win.h \ platform.c platform.h \