]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Fix 'make distcheck' failure from missing ntpd/ntp_clockdev.h in tarball.
authorDave Hart <hart@ntp.org>
Fri, 20 Jan 2023 05:42:52 +0000 (00:42 -0500)
committerDave Hart <hart@ntp.org>
Fri, 20 Jan 2023 05:42:52 +0000 (00:42 -0500)
bk: 63ca29dcacB6BYx9GYZPBhxLlcksZw

ntpd/Makefile.am

index 38ae09205893bfe0f028f4424ddb395aab16ccf3..056fc83ed3ec341480f6dd5f19bdbdf7f141b09a 100644 (file)
@@ -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          \