From 9b160599783e9df0db154751069b0f909ef86dc7 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Wed, 3 Dec 2014 16:26:44 -0600 Subject: [PATCH] Changed name of shamrock library --- 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 5a67e88..2fadad9 100755 --- a/iocs/andorIOC/andorApp/src/Makefile +++ b/iocs/andorIOC/andorApp/src/Makefile @@ -42,7 +42,7 @@ PROD_LIBS_WIN32 += ShamrockCIFm # Note: we use PROD_SYS_LIBS because we are building statically but this library is only provided in dynamic # format (.so) PROD_SYS_LIBS_Linux += andor -PROD_SYS_LIBS_Linux += shamrock +PROD_SYS_LIBS_Linux += shamrockcif include $(ADCORE)/ADApp/commonDriverMakefile