ntp: merge broadcast code with ntp_core

This commit is contained in:
Miroslav Lichvar
2014-10-15 12:25:56 +02:00
parent e0059bcc6b
commit a78bf0c34e
8 changed files with 61 additions and 217 deletions

2
configure vendored
View File

@@ -437,7 +437,7 @@ fi
if [ $feat_ntp = "1" ]; then
add_def FEAT_NTP
EXTRA_OBJECTS="$EXTRA_OBJECTS broadcast.o ntp_core.o ntp_io.o ntp_sources.o"
EXTRA_OBJECTS="$EXTRA_OBJECTS ntp_core.o ntp_io.o ntp_sources.o"
else
feat_asyncdns=0
fi