From d41635175b750aa18d8a24887587b9ff7ab77229 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 4 Apr 2020 15:08:57 -0500 Subject: [PATCH] add log.h, bump version --- VERSION | 2 +- src/Makefile.am | 1 + update.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2ff0fca..63de0d1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.5p0 +6.7p0 diff --git a/src/Makefile.am b/src/Makefile.am index 739e198..69bcbc1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,6 +41,7 @@ ntpd_SOURCES += constraint-disabled.c endif ntpd_SOURCES += control.c ntpd_SOURCES += log.c +ntpd_SOURCES += log.h ntpd_SOURCES += ntp.c ntpd_SOURCES += ntp.h ntpd_SOURCES += ntp_dns.c diff --git a/update.sh b/update.sh index 9de9012..811606a 100755 --- a/update.sh +++ b/update.sh @@ -59,7 +59,7 @@ for i in "${arc4random_src}"/getentropy_*.c; do done ${CP} "${arc4random_src}"/arc4random_*.h compat -for i in client.c config.c constraint.c control.c log.c ntp.c ntp.h \ +for i in client.c config.c constraint.c control.c log.c log.h ntp.c ntp.h \ ntp_dns.c ntp_msg.c ntpd.c ntpd.h parse.y sensors.c server.c util.c \ ntpctl.8 ntpd.8 ntpd.conf.5 ; do file=`basename ${i}`