From: Dave Hart Date: Fri, 20 Jan 2023 05:42:52 +0000 (-0500) Subject: Fix 'make distcheck' failure from missing ntpd/ntp_clockdev.h in tarball. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b13589192cc71bc2c9d1780402b531a9e9ce683;p=thirdparty%2Fntp.git Fix 'make distcheck' failure from missing ntpd/ntp_clockdev.h in tarball. bk: 63ca29dcacB6BYx9GYZPBhxLlcksZw --- diff --git a/ntpd/Makefile.am b/ntpd/Makefile.am index 38ae09205..056fc83ed 100644 --- a/ntpd/Makefile.am +++ b/ntpd/Makefile.am @@ -192,6 +192,7 @@ noinst_DATA = \ noinst_HEADERS = \ declcond.h \ + ntp_clockdev.h \ ntp_leapsec.h \ $(NULL) @@ -199,6 +200,7 @@ install-data-local: install-html run_ag= cd $(srcdir) && env PATH="$(abs_builddir):$(PATH)" AUTOGEN_DNE_DATE=-D \ autogen -L ../sntp/include -L ../sntp/ag-tpl --writable + std_def_list = \ $(top_srcdir)/sntp/include/debug-opt.def \ $(top_srcdir)/sntp/include/autogen-version.def \