From c48e92b1a8f4b9649be8bcefa7bc8660e9cbad97 Mon Sep 17 00:00:00 2001 From: Janet Anderson Date: Fri, 31 Aug 2012 13:52:54 -0500 Subject: [PATCH] Include RULES_JAVA when using EPICS base 3.15 and later. --- src/template/ext/top/configure/RULES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/template/ext/top/configure/RULES b/src/template/ext/top/configure/RULES index 31c3339ef..f92e647af 100644 --- a/src/template/ext/top/configure/RULES +++ b/src/template/ext/top/configure/RULES @@ -3,4 +3,6 @@ include $(CONFIG)/RULES include $(TOP)/configure/RULES_PYTHON include $(TOP)/configure/RULES_IDL +ifdef BASE_3_15 include $(TOP)/configure/RULES_JAVA +endif