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}`