diff --git a/Makefile b/Makefile index a3b4363..ff7d3d8 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ DIRS += $(wildcard iocBoot) # iocBoot depends on all *App dirs iocBoot_DEPEND_DIRS += $(filter %App,$(DIRS)) +testApp_DEPEND_DIRS += p2pApp # Add any additional dependency rules here: