]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestNetwork/Makefile
Merge over into the trunk.
[tinyos-2.x.git] / apps / tests / TestNetwork / Makefile
index 2efeb470590ab037266c8c7e79a8ff8160fb2aba..89c0e3ca920a150cd5920c688c6d1ed5f548a1ba 100644 (file)
@@ -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