From 786b59084122d1c76d1e5ee6c45cd8f5931bb79d Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Fri, 9 Sep 1994 12:41:37 +0000 Subject: [PATCH] Added globalsource.o to objects --- src/rsrv/Makefile.Vx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rsrv/Makefile.Vx b/src/rsrv/Makefile.Vx index c5e3f7b57..a65a7fd7a 100644 --- a/src/rsrv/Makefile.Vx +++ b/src/rsrv/Makefile.Vx @@ -10,7 +10,7 @@ SRCS = ../caserverio.c ../caservertask.c ../camsgtask.c ../camessage.c \ OBJS = \ caserverio.o caservertask.o camsgtask.o camessage.o \ - rsrv_init.o cast_server.o online_notify.o + rsrv_init.o cast_server.o online_notify.o globalsource.o PROD = dbgLib rsrvLib