From 6708450749cd68aa0eb48c71cb05f6c73e489d0e Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 16 Dec 2007 14:37:26 +0000 Subject: [PATCH] Added timesynch.c --- Makefile.include | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 234c160b5..8fcefde3b 100644 --- a/Makefile.include +++ b/Makefile.include @@ -39,7 +39,8 @@ endif include $(CONTIKI)/core/net/mac/Makefile.mac SYSTEM = process.c procinit.c autostart.c elfloader.c profile.c profile-aggregates.c THREADS = mt.c -LIBS = memb.c timer.c list.c etimer.c energest.c rtimer.c print-stats.c +LIBS = memb.c timer.c list.c etimer.c energest.c rtimer.c print-stats.c \ + timesynch.c UIP = uip.c uiplib.c resolv.c tcpip.c psock.c hc.c uip-split.c uip-fw.c \ uip-fw-drv.c uip_arp.c tcpdump.c uip-neighbor.c uip-udp-packet.c \ uip-over-mesh.c #rawpacket-udp.c