From 32db7aea69a1c06cf016c1482f3ad2a830c56cab Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Tue, 8 Sep 2015 14:45:54 -0500 Subject: [PATCH] Moved commonDriverMakefile from ADCore/ADApp to ADExample/exampleApp --- iocs/andorIOC/andorApp/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iocs/andorIOC/andorApp/src/Makefile b/iocs/andorIOC/andorApp/src/Makefile index 2fadad9..1b82f4a 100755 --- a/iocs/andorIOC/andorApp/src/Makefile +++ b/iocs/andorIOC/andorApp/src/Makefile @@ -44,7 +44,7 @@ PROD_LIBS_WIN32 += ShamrockCIFm PROD_SYS_LIBS_Linux += andor PROD_SYS_LIBS_Linux += shamrockcif -include $(ADCORE)/ADApp/commonDriverMakefile +include $(ADEXAMPLE)/exampleApp/commonDriverMakefile #=============================