From cc8fdab27081216bde2d995a45a6ce81122d1c65 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Wed, 3 Dec 2014 16:27:09 -0600 Subject: [PATCH] Changed name of shamrock library --- andorSupport/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/andorSupport/Makefile b/andorSupport/Makefile index 1d11a6e..7a8fe0d 100755 --- a/andorSupport/Makefile +++ b/andorSupport/Makefile @@ -24,14 +24,14 @@ LIB_INSTALLS_WIN32 += ../os/windows-x64/ShamrockCIFm.lib else ifeq (linux-x86_64, $(findstring linux-x86_64, $(T_A))) LIB_INSTALLS_Linux += ../os/linux-x86_64/libandor.so.2 LIB_INSTALLS_Linux += ../os/linux-x86_64/libandor.so -LIB_INSTALLS_Linux += ../os/linux-x86_64/libshamrock.so.2 -LIB_INSTALLS_Linux += ../os/linux-x86_64/libshamrock.so +LIB_INSTALLS_Linux += ../os/linux-x86_64/libshamrockcif.so.2 +LIB_INSTALLS_Linux += ../os/linux-x86_64/libshamrockcif.so else ifeq (linux-x86, $(findstring linux-x86, $(T_A))) LIB_INSTALLS_Linux += ../os/linux-x86/libandor.so.2 LIB_INSTALLS_Linux += ../os/linux-x86/libandor.so -LIB_INSTALLS_Linux += ../os/linux-x86/libshamrock.so.2 -LIB_INSTALLS_Linux += ../os/linux-x86/libshamrock.so +LIB_INSTALLS_Linux += ../os/linux-x86/libshamrockcif.so.2 +LIB_INSTALLS_Linux += ../os/linux-x86/libshamrockcif.so endif