]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/capps/TestCollection/Makefile
Update to TestCollection for C based API
[tinyos-2.x.git] / apps / tosthreads / capps / TestCollection / Makefile
index 533681da2822e55cbc1ab6482842422267be7bc6..66efa2d3d0dc8bf2d258ea9494d96a44ce9e24a3 100644 (file)
@@ -1,3 +1,11 @@
 TOSTHREAD_MAIN=TestCollection.c
 
+CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/universal
+
+CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/net/
+CFLAGS += -I$(TOSDIR)/lib/net/
+
+CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/net/ctp
+CFLAGS += -I$(TOSDIR)/lib/net/ctp  -I$(TOSDIR)/lib/net/4bitle
+
 include $(MAKERULES)