From 0aaf29b9a7f6b2b2d1431dd604e41665af6fb8f4 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 27 Sep 2000 00:33:01 +0000 Subject: [PATCH] dont build empty files --- src/cas/build/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cas/build/Makefile b/src/cas/build/Makefile index c71fd6d48..02d864966 100644 --- a/src/cas/build/Makefile +++ b/src/cas/build/Makefile @@ -42,7 +42,7 @@ LIBSRCS += casMonitor.cc LIBSRCS += casMonEvent.cc LIBSRCS += inBuf.cc LIBSRCS += outBuf.cc -LIBSRCS += dgInBuf.cc +#LIBSRCS += dgInBuf.cc LIBSRCS += casCtx.cc LIBSRCS += casEventMask.cc LIBSRCS += ioBlocked.cc @@ -57,7 +57,7 @@ LIBSRCS += casStreamOS.cc LIBSRCS += caServerIO.cc LIBSRCS += casIntfIO.cc LIBSRCS += casDGIntfIO.cc -LIBSRCS += casDGIO.cc +#LIBSRCS += casDGIO.cc LIBSRCS += casStreamIO.cc LIBRARY = cas