From 55210b7a7f0c7eae1369ef4a826d63a0b28d06b7 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 22 Jan 1998 15:24:18 +0000 Subject: [PATCH] Forgot mbbiDirectSoft --- src/dev/softDev/Makefile.Vx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/dev/softDev/Makefile.Vx b/src/dev/softDev/Makefile.Vx index 831f1b67b..9042be640 100644 --- a/src/dev/softDev/Makefile.Vx +++ b/src/dev/softDev/Makefile.Vx @@ -13,6 +13,8 @@ SRCS.c += ../devEventSoft.c SRCS.c += ../devHistogramSoft.c SRCS.c += ../devLiSoft.c SRCS.c += ../devLoSoft.c +SRCS.c += ../devMbbiDirectSoft.c +SRCS.c += ../devMbbiDirectSoftRaw.c SRCS.c += ../devMbbiSoft.c SRCS.c += ../devMbbiSoftRaw.c SRCS.c += ../devMbboDirectSoft.c @@ -25,7 +27,9 @@ SRCS.c += ../devSiSoft.c SRCS.c += ../devSoSoft.c SRCS.c += ../devWfSoft.c -PROD = $(SRCS.c:../%.c=%.o) +OBJS = $(SRCS.c:../%.c=%.o) + +PROD = $(OBJS) include $(TOP)/config/RULES.Vx