From: Lev Stipakov Date: Fri, 19 Sep 2025 11:31:58 +0000 (+0200) Subject: Makefile: fix 'make dist' X-Git-Tag: v2.6.15~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f6d228f8d9426358e359f8c3278250414fd6618;p=thirdparty%2Fopenvpn.git Makefile: fix 'make dist' Commit 6c3afe5 ("Validate DNS domain name before powershell invocation") has introduced a new header file but didn't add it to Makefile's SOURCES, breaking "make dist". Change-Id: I93406dd91694974df4ea087b9312ae2fafbc7fe7 Signed-off-by: Lev Stipakov Acked-by: Gert Doering Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1201 Message-Id: <20250919113207.25440-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg33085.html Signed-off-by: Gert Doering --- diff --git a/src/openvpn/Makefile.am b/src/openvpn/Makefile.am index 4492c15a5..e80179cca 100644 --- a/src/openvpn/Makefile.am +++ b/src/openvpn/Makefile.am @@ -57,6 +57,7 @@ openvpn_SOURCES = \ dco_win.c dco_win.h \ dhcp.c dhcp.h \ dns.c dns.h \ + domain_helper.h \ env_set.c env_set.h \ errlevel.h \ error.c error.h \