]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Build stables.c
authorTed Lemon <source@isc.org>
Sun, 14 Nov 1999 00:08:31 +0000 (00:08 +0000)
committerTed Lemon <source@isc.org>
Sun, 14 Nov 1999 00:08:31 +0000 (00:08 +0000)
server/Makefile.dist

index 2b358c899603d2685d2c609b3245a40c0b8f4f2f..19d18f2dc76ea36cf978da016d60406389a45ab8 100644 (file)
@@ -20,9 +20,9 @@
 CATMANPAGES = dhcpd.cat8 dhcpd.conf.cat5 dhcpd.leases.cat5
 SEDMANPAGES = dhcpd.man8 dhcpd.conf.man5 dhcpd.leases.man5
 SRCS   = dhcpd.c dhcp.c bootp.c confpars.c db.c class.c failover.c \
-        omapi.c mdb.c
+        omapi.c mdb.c stables.c
 OBJS   = dhcpd.o dhcp.o bootp.o confpars.o db.o class.o failover.o \
-        omapi.o mdb.o
+        omapi.o mdb.o stables.o
 PROG   = dhcpd
 MAN    = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5