From 027f160bc284f145c531b3d9bc9e0832bb139766 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 25 Jan 2000 21:21:41 +0000 Subject: [PATCH] Added epics base library dirs for extensions. --- configure/CONFIG_BASE | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure/CONFIG_BASE b/configure/CONFIG_BASE index 75b934714..d4a3f8a2e 100644 --- a/configure/CONFIG_BASE +++ b/configure/CONFIG_BASE @@ -13,8 +13,14 @@ EPICS_BASE_LIB = $(EPICS_BASE)/lib/$(T_A) EPICS_BASE_BIN = $(EPICS_BASE)/bin/$(T_A) endif +#Definitions for extensions convenience +as_DIR = $(EPICS_BASE_LIB) +ca_DIR = $(EPICS_BASE_LIB) Db_DIR = $(EPICS_BASE_LIB) Com_DIR = $(EPICS_BASE_LIB) +gdd_DIR = $(EPICS_BASE_LIB) +cas_DIR = $(EPICS_BASE_LIB) + #--------------------------------------------------------------- # For applications and extensions