Skip to content

Commit b1e844d

Browse files
committed
Move the definition of ADGenICam to before the include of RELEASE.local
1 parent e5b1ab4 commit b1e844d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

configure/RELEASE

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
# Run "gnumake clean uninstall install" in the application
33
# top directory each time this file is changed.
44

5+
ADGENICAM = $(AREA_DETECTOR)/ADGenICam
6+
57
-include $(TOP)/../configure/RELEASE_LIBS_INCLUDE
68
-include $(TOP)/RELEASE.local
79
-include $(TOP)/configure/RELEASE.local
8-
9-
ADGENICAM = $(AREA_DETECTOR)/ADGenICam
10-

iocs/aravisIOC/configure/RELEASE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
# top directory each time this file is changed.
44

55
ADARAVIS=$(TOP)/../..
6+
ADGENICAM = $(AREA_DETECTOR)/ADGenICam
67

78
-include $(TOP)/../../../configure/RELEASE_PRODS_INCLUDE
89
-include $(TOP)/RELEASE.local
910
-include $(TOP)/configure/RELEASE.local
10-
11-
ADGENICAM = $(AREA_DETECTOR)/ADGenICam

0 commit comments

Comments
 (0)