err forgot to add static_lease.o to the obj list

This commit is contained in:
Mike Frysinger 2004-12-17 04:06:17 +00:00
parent 082c7e9d6c
commit c2fb7afe65

View File

@ -22,7 +22,7 @@ LD = $(CROSS_COMPILE)gcc
INSTALL = install
OBJS_SHARED = common.o options.o packet.o pidfile.o signalpipe.o socket.o
DHCPD_OBJS = dhcpd.o arpping.o files.o leases.o serverpacket.o
DHCPD_OBJS = dhcpd.o arpping.o files.o leases.o serverpacket.o static_leases.o
DHCPC_OBJS = dhcpc.o clientpacket.o clientsocket.o script.o
ifdef COMBINED_BINARY