X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2FTestNetwork%2FMakefile;h=89c0e3ca920a150cd5920c688c6d1ed5f548a1ba;hb=1a329382c4f4556fd52d85f4e3f4a67e54911682;hp=2efeb470590ab037266c8c7e79a8ff8160fb2aba;hpb=3837fe262225242d1629ba72bdf12f6d162ba5c0;p=tinyos-2.x.git diff --git a/apps/tests/TestNetwork/Makefile b/apps/tests/TestNetwork/Makefile index 2efeb470..89c0e3ca 100644 --- a/apps/tests/TestNetwork/Makefile +++ b/apps/tests/TestNetwork/Makefile @@ -1,9 +1,12 @@ COMPONENT=TestNetworkAppC -CFLAGS += -I$(TOSDIR)/lib/net -I$(TOSDIR)/lib/net/collection -TFLAGS += -I$(TOSDIR)/../apps/tests/TestDissemination \ +CFLAGS += -I$(TOSDIR)/lib/net \ + -I$(TOSDIR)/lib/net/le \ + -I$(TOSDIR)/lib/net/ctp #-DNO_DEBUG + +TFLAGS += -I$(TOSDIR)/../apps/tests/TestDissemination \ -I$(TOSDIR)/../support/sdk/c \ - -I$(TOSDIR)/types \ + -I$(TOSDIR)/types \ -I. LIBMOTE = $(TOSDIR)/../support/sdk/c/libmote.a