summaryrefslogtreecommitdiff
path: root/server/Makefile.dist
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-02-14 19:04:45 +0000
committerTed Lemon <source@isc.org>1999-02-14 19:04:45 +0000
commita2405f2e71139988cc0aa888c56208c3f0d9ab1e (patch)
tree46fa7382bfeda76e319c7e3ca59d75a5861590e9 /server/Makefile.dist
parentd2bc90bd806d7c8d455b6d4767201079c841e359 (diff)
downloadisc-dhcp-a2405f2e71139988cc0aa888c56208c3f0d9ab1e.tar.gz
Add failover.c
Diffstat (limited to 'server/Makefile.dist')
-rw-r--r--server/Makefile.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/Makefile.dist b/server/Makefile.dist
index 36bf6af0..3b5bda26 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