]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Distribute some files needed by the new config parsing code
authorHarlan Stenn <stenn@ntp.org>
Sun, 13 May 2007 03:13:08 +0000 (23:13 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 13 May 2007 03:13:08 +0000 (23:13 -0400)
bk: 46468244MsDJSoQNhDBERmJX-Cx_EA

ChangeLog
include/Makefile.am
ntpd/Makefile.am

index 2075fc707abcad7efd216fb9069ead5776804a93..d247a1ecd3e65dc19475f392f0c216524077d8cf 100644 (file)
--- 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.'
index 614d474f642b27381039bd84e8aa2531ad3426bb..2f926e05b653b5e1323c63f8ac7b4f789a9e8098 100644 (file)
@@ -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 \
index ffabc496074dc24378ef066d8ee6c475efdddf76..df67d09a810ee356f476ac6753872019ab28d956 100644 (file)
@@ -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 \