From 0442e2ae4f969785db363cc67ec7416b45ab9b06 Mon Sep 17 00:00:00 2001 From: zimoch Date: Fri, 16 Sep 2011 15:16:40 +0000 Subject: [PATCH] dependency stuff added for 3.14.12 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 5f04e39..247c705 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ TOP = .. DIRS = src +streamApp_DEPEND_DIRS = src # Look if we have EPICS R3.13 or R3.14 ifeq ($(wildcard $(TOP)/configure),) @@ -13,6 +14,8 @@ else ifneq ($(words $(CALC) $(SYNAPPS)), 0) # with synApps calc module (contains scalcout) DIRS += srcSynApps + srcSynApps_DEPEND_DIRS = src + streamApp_DEPEND_DIRS += srcSynApps endif endif