From b6d23c6b92247fa4d0381d637e79ca968f965dc8 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Thu, 15 Jun 2006 19:02:07 +0000 Subject: [PATCH] Added XPSAsynInterpose --- motorApp/NewportSrc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/NewportSrc/Makefile b/motorApp/NewportSrc/Makefile index 821537e8..5c49b007 100644 --- a/motorApp/NewportSrc/Makefile +++ b/motorApp/NewportSrc/Makefile @@ -29,7 +29,7 @@ SRCS += devESP300.cc drvESP300.cc # XPS C8 device driver SRCS += asynOctetSocket.cpp -SRCS += XPS_C8_drivers.cpp drvXPSAsyn.c drvXPSAsynAux.c +SRCS += XPS_C8_drivers.cpp drvXPSAsyn.c drvXPSAsynAux.c XPSAsynInterpose.c # XPS Gathering Test C script function -> int xpsgathering(void) SRCS_vxWorks += XPSGathering.cc