]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add failover.c
authorTed Lemon <source@isc.org>
Sun, 14 Feb 1999 19:04:45 +0000 (19:04 +0000)
committerTed Lemon <source@isc.org>
Sun, 14 Feb 1999 19:04:45 +0000 (19:04 +0000)
server/Makefile.dist

index 36bf6af0ef6fb9163b448149f1ad4384c4d03a26..3b5bda2624602c4ae836f11ae55757a0fc36ef31 100644 (file)
@@ -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