From: Harlan Stenn Date: Sun, 13 May 2007 03:13:08 +0000 (-0400) Subject: Distribute some files needed by the new config parsing code X-Git-Tag: NTP_4_2_5P31~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d033847f66d1829d112d8f07317db71f7f1d0e5a;p=thirdparty%2Fntp.git Distribute some files needed by the new config parsing code bk: 46468244MsDJSoQNhDBERmJX-Cx_EA --- diff --git a/ChangeLog b/ChangeLog index 2075fc707..d247a1ecd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* Distribute some files needed by the new config parsing code. * [Bug 819] Timeout for WaitForMultipleObjects was 500ms instead of INFINITE * Use autogen 5.9.1. * Fix clktest command-line arg processing.' diff --git a/include/Makefile.am b/include/Makefile.am index 614d474f6..2f926e05b 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -27,6 +27,7 @@ noinst_HEADERS = \ ntp_config.h \ ntp_control.h \ ntp_crypto.h \ + ntp_data_structures.h \ ntp_datum.h \ ntp_debug.h \ ntp_filegen.h \ diff --git a/ntpd/Makefile.am b/ntpd/Makefile.am index ffabc4960..df67d09a8 100644 --- a/ntpd/Makefile.am +++ b/ntpd/Makefile.am @@ -47,7 +47,8 @@ check-local: @MAKE_CHECK_Y2K@ # SIM: cmd_args.c ntp_config.c ntp_io.c ntpd.c + ntpsim.c (include/ntpsim.h) # ntp_resolver.c is presently unused... ntpd_SOURCES = cmd_args.c ntp_config.c ntp_io.c ntp_parser.y \ - ntp_data_structures.c ntp_scanner.c ntpd.c ntpd-opts.c ntpd-opts.h + ntp_data_structures.c ntp_scanner.c ntp_scanner.h ntpd.c \ + ntpd-opts.c ntpd-opts.h ntpdsim_SOURCES = $(ntpd_SOURCES) ntpsim.c libntpd_a_SOURCES = jupiter.h ntp_control.c \ ntp_crypto.c ntp_filegen.c \