From 7df261322681ebd7cfe9a7363c0e8ddc3eac79da Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 1 Feb 2010 11:52:52 +0000 Subject: [PATCH] Ensure that uIPv6 always is compiled and used --- examples/webserver-ipv6/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/webserver-ipv6/Makefile b/examples/webserver-ipv6/Makefile index e50fa9e44..388605ac8 100644 --- a/examples/webserver-ipv6/Makefile +++ b/examples/webserver-ipv6/Makefile @@ -2,6 +2,7 @@ all: webserver6 APPS=webserver UIP_CONF_IPV6=1 +DEFINES=WITH_UIP6 CONTIKI = ../.. include $(CONTIKI)/Makefile.include