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
This commit is contained in:
rivers
2012-01-09 15:37:22 +00:00
parent 2983ea538d
commit 7ecf9f0edf
+2 -2
View File
@@ -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