From 812c862aa24241ede15e0affb427d3d0a43c6fe8 Mon Sep 17 00:00:00 2001 From: MarkRivers <rivers@cars.uchicago.edu> Date: Fri, 14 Mar 2014 23:26:42 +0000 Subject: [PATCH] Change for areaDetector R2-0 --- xxxApp/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile index 80ae805..9a3b17f 100644 --- a/xxxApp/src/Makefile +++ b/xxxApp/src/Makefile @@ -44,7 +44,7 @@ xxx_Common_DBD += base.dbd ifdef AREA_DETECTOR # areaDetector provides a Makefile for things it needs and supplies PROD_NAME = xxx_Common - -include $(AREA_DETECTOR)/ADApp/commonDriverMakefile + -include $(AREA_DETECTOR)/ADCore/ADApp/commonDriverMakefile # To add the simDetector uncomment the following lines #xxx_Common_DBD += simDetectorSupport.dbd #xxx_Common_LIBS += simDetector -- GitLab