From b1e844d063bb4e20b20b5995d8f0df364c95fa58 Mon Sep 17 00:00:00 2001 From: Jakub Wlodek Date: Thu, 21 Aug 2025 16:09:15 -0400 Subject: [PATCH] Move the definition of ADGenICam to before the include of RELEASE.local --- configure/RELEASE | 5 ++--- iocs/aravisIOC/configure/RELEASE | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/configure/RELEASE b/configure/RELEASE index 6339853..ba6950b 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -2,9 +2,8 @@ # Run "gnumake clean uninstall install" in the application # top directory each time this file is changed. +ADGENICAM = $(AREA_DETECTOR)/ADGenICam + -include $(TOP)/../configure/RELEASE_LIBS_INCLUDE -include $(TOP)/RELEASE.local -include $(TOP)/configure/RELEASE.local - -ADGENICAM = $(AREA_DETECTOR)/ADGenICam - diff --git a/iocs/aravisIOC/configure/RELEASE b/iocs/aravisIOC/configure/RELEASE index a31ca66..822ec95 100644 --- a/iocs/aravisIOC/configure/RELEASE +++ b/iocs/aravisIOC/configure/RELEASE @@ -3,9 +3,8 @@ # top directory each time this file is changed. ADARAVIS=$(TOP)/../.. +ADGENICAM = $(AREA_DETECTOR)/ADGenICam -include $(TOP)/../../../configure/RELEASE_PRODS_INCLUDE -include $(TOP)/RELEASE.local -include $(TOP)/configure/RELEASE.local - -ADGENICAM = $(AREA_DETECTOR)/ADGenICam