From 844ba86674eda400d56ccf4e706b7fa251525687 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Sun, 13 Apr 2014 11:57:35 -0500 Subject: [PATCH] Add shamrockDummy.cpp on Linux --- andorApp/src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/andorApp/src/Makefile b/andorApp/src/Makefile index 15f577c..9ed22a2 100755 --- a/andorApp/src/Makefile +++ b/andorApp/src/Makefile @@ -7,6 +7,7 @@ LIBRARY_IOC_WIN32 += andorCCD LIBRARY_IOC_Linux += andorCCD LIB_SRCS += andorCCD.cpp LIB_SRCS_WIN32 += shamrock.cpp +LIB_SRCS_Linux += shamrockDummy.cpp ifeq (win32-x86, $(findstring win32-x86, $(T_A))) LIB_LIBS += ATMCD32M else ifeq (windows-x64, $(findstring windows-x64, $(T_A)))