diff --git a/bin/named/Makefile.in b/bin/named/Makefile.in index f5d226dd03..3be0221d05 100644 --- a/bin/named/Makefile.in +++ b/bin/named/Makefile.in @@ -112,7 +112,7 @@ GEOIPLINKSRCS = geoip.c SRCS = builtin.c client.c config.c control.c \ controlconf.c @GEOIPLINKSRCS@ interfacemgr.c \ listenlist.c log.c logconf.c main.c notify.c \ - query.c server.c sortlist.c statschannel.c symtbl.c symtbl-empty.c \ + query.c server.c sortlist.c statschannel.c \ tkeyconf.c tsigconf.c update.c xfrout.c \ zoneconf.c \ lwaddr.c lwresd.c lwdclient.c lwderror.c lwdgabn.c \ diff --git a/lib/isc/Makefile.in b/lib/isc/Makefile.in index 630d2c8798..254ae67d3b 100644 --- a/lib/isc/Makefile.in +++ b/lib/isc/Makefile.in @@ -82,7 +82,7 @@ SRCS = @ISC_EXTRA_SRCS@ \ parseint.c portset.c quota.c radix.c random.c \ ratelimiter.c refcount.c region.c regex.c result.c rwlock.c \ safe.c serial.c sha1.c sha2.c sockaddr.c stats.c string.c \ - strtoul.c symtab.c symtbl-empty.c task.c taskpool.c timer.c \ + strtoul.c symtab.c task.c taskpool.c timer.c \ tm.c version.c LIBS = @LIBS@