X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fcapps%2FTestCollection%2FMakefile;h=66efa2d3d0dc8bf2d258ea9494d96a44ce9e24a3;hb=0e9650435759d038896419f3aabfb5805d81b22d;hp=533681da2822e55cbc1ab6482842422267be7bc6;hpb=f7dd4e1ad5aa5fcbb0d25240d41b05873b00acbe;p=tinyos-2.x.git diff --git a/apps/tosthreads/capps/TestCollection/Makefile b/apps/tosthreads/capps/TestCollection/Makefile index 533681da..66efa2d3 100644 --- a/apps/tosthreads/capps/TestCollection/Makefile +++ b/apps/tosthreads/capps/TestCollection/Makefile @@ -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)