X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fapps%2FTestCollection%2FMakefile;h=05eb49ae52bbe562e273493271b41d13881df6bd;hb=0e9650435759d038896419f3aabfb5805d81b22d;hp=90b778a55a301177be104c7e381110dc5e253e25;hpb=f7dd4e1ad5aa5fcbb0d25240d41b05873b00acbe;p=tinyos-2.x.git diff --git a/apps/tosthreads/apps/TestCollection/Makefile b/apps/tosthreads/apps/TestCollection/Makefile index 90b778a5..05eb49ae 100644 --- a/apps/tosthreads/apps/TestCollection/Makefile +++ b/apps/tosthreads/apps/TestCollection/Makefile @@ -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)