From 8aa99160e20f1c4c853cf17a8657e1a7fdb1ef52 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 10 Feb 2016 07:53:00 -0500 Subject: [PATCH] missing dep --- Makefile | 1 + 1 file changed, 1 insertion(+) 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: