From 395d7675a1e07f31337a93cdc2640842c9e5b49e Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sun, 7 Feb 2010 23:20:31 +0000 Subject: [PATCH] Added dhcpc.c to the Contiki library (like i.e. resolv.c). --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index c410c46ad..879c8af0d 100644 --- a/Makefile.include +++ b/Makefile.include @@ -57,7 +57,7 @@ LIBS = memb.c mmem.c timer.c list.c etimer.c energest.c rtimer.c stimer.c \ ifdef UIP_CONF_IPV6 CFLAGS += -DUIP_CONF_IPV6 UIP = uip6.c tcpip.c psock.c uip-udp-packet.c uip-split.c \ - resolv.c tcpdump.c uiplib.c + resolv.c dhcpc.c tcpdump.c uiplib.c NET = $(UIP) uip-icmp6.c uip-nd6.c uip-nd6-io.c uip-netif.c sicslowpan.c else # UIP_CONF_IPV6 UIP = uip.c uiplib.c resolv.c tcpip.c psock.c hc.c uip-split.c uip-fw.c \