]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/TestCollection/Makefile
Update to TestCollection for C based API
[tinyos-2.x.git] / apps / tosthreads / apps / TestCollection / Makefile
index 90b778a55a301177be104c7e381110dc5e253e25..05eb49ae52bbe562e273493271b41d13881df6bd 100644 (file)
@@ -1,7 +1,11 @@
 COMPONENT=TestCollectionAppC
 
 CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/universal
+
 CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/net/
-CFLAGS += -I$(TOSDIR)/lib/net/ -I$(TOSDIR)/lib/net/ctp  -I$(TOSDIR)/lib/net/4bitle
+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)