From 60f3e2cfd9db09e0cac3b8040789c9f43c399bd4 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 18 Apr 2000 21:02:52 +0000 Subject: [PATCH] INSTALL all object modules. --- motorApp/OmsSrc/Makefile.Vx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/motorApp/OmsSrc/Makefile.Vx b/motorApp/OmsSrc/Makefile.Vx index 695708d1..f6fe3e4b 100644 --- a/motorApp/OmsSrc/Makefile.Vx +++ b/motorApp/OmsSrc/Makefile.Vx @@ -11,14 +11,17 @@ include $(TOP)/config/CONFIG_APP # The following is required for all OMS device drivers. SRCS.c += ../devOmsCom.c LIBOBJS += devOmsCom.o +INSTALLS += devOmsCom.o # The following is required for the OMS VME8/44 (i.e., devOMS) device driver. SRCS.c += ../devOms.c ../drvOms.c LIBOBJS += devOms.o drvOms.o +INSTALLS += devOms.o drvOms.o # The following is required for the OMS VME58 (i.e., devOms58) device driver. SRCS.c += ../devOms58.c ../drvOms58.c LIBOBJS += devOms58.o drvOms58.o +INSTALLS += devOms58.o drvOms58.o LIBNAME = omsLib