From 7ecf9f0edfd34a3d0be96c6b1c9ebcb12c1d6d45 Mon Sep 17 00:00:00 2001 From: rivers Date: Mon, 9 Jan 2012 15:37:22 +0000 Subject: [PATCH] Renamed library to be andor on both 32 and 64-bit systems git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14347 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- ADApp/andorSrc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ADApp/andorSrc/Makefile b/ADApp/andorSrc/Makefile index 8010a2c..30e3a90 100755 --- a/ADApp/andorSrc/Makefile +++ b/ADApp/andorSrc/Makefile @@ -30,10 +30,10 @@ else ifeq (windows-x64, $(findstring windows-x64, $(T_A))) PROD_LIBS += atmcd64m else ifeq (linux-x86_64, $(findstring linux-x86_64, $(T_A))) -PROD_LIBS += andor64 +PROD_LIBS += andor else ifeq (linux-x86, $(findstring linux-x86, $(T_A))) -PROD_LIBS += andor32 +PROD_LIBS += andor endif