From ca40ccd928bc09e75e0d904a608d93ec469fade5 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Wed, 10 May 2006 22:13:58 +0000 Subject: [PATCH] Added drvXPSAsynAux.c --- motorApp/NewportSrc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/NewportSrc/Makefile b/motorApp/NewportSrc/Makefile index 35c38946..9d1d6694 100644 --- a/motorApp/NewportSrc/Makefile +++ b/motorApp/NewportSrc/Makefile @@ -34,7 +34,7 @@ SRCS += devESP300.cc drvESP300.cc SRCS += asynOctetSocket.cpp #SRCS += xps_c8_driver.cpp SRCS += devXPSC8.cc drvXPSC8.cc -SRCS += XPS_C8_drivers.cpp drvXPSAsyn.cc +SRCS += XPS_C8_drivers.cpp drvXPSAsyn.c drvXPSAsynAux.c # XPS Gathering Test C script function -> int xpsgathering(void) SRCS_vxWorks += XPSGathering.cc