From: Ted Lemon Date: Sun, 14 Feb 1999 19:04:45 +0000 (+0000) Subject: Add failover.c X-Git-Tag: V3-ALPHA-19990315~71 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2405f2e71139988cc0aa888c56208c3f0d9ab1e;p=thirdparty%2Fdhcp.git Add failover.c --- diff --git a/server/Makefile.dist b/server/Makefile.dist index 36bf6af0e..3b5bda262 100644 --- a/server/Makefile.dist +++ b/server/Makefile.dist @@ -31,8 +31,8 @@ # CATMANPAGES = dhcpd.cat8 dhcpd.conf.cat5 dhcpd.leases.cat5 -SRCS = dhcpd.c dhcp.c bootp.c confpars.c db.c dhcpdi.c class.c -OBJS = dhcpd.o dhcp.o bootp.o confpars.o db.o dhcpdi.o class.o +SRCS = dhcpd.c dhcp.c bootp.c confpars.c db.c dhcpdi.c class.c failover.c +OBJS = dhcpd.o dhcp.o bootp.o confpars.o db.o dhcpdi.o class.o failover.o PROG = dhcpd MAN = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5