fixed .o where .cc should have been

This commit is contained in:
Jeff Hill
1999-04-05 16:16:42 +00:00
parent da839dea68
commit eca0e5ebd4

View File

@@ -38,11 +38,11 @@ LIBSRCS += casAsyncAtIOI.cc
LIBSRCS += casEventSys.cc
LIBSRCS += casMonitor.cc
LIBSRCS += casMonEvent.cc
LIBSRCS += inBuf.o
LIBSRCS += inBuf.cc
LIBSRCS += outBuf.cc
LIBSRCS += dgInBuf.o
LIBSRCS += dgInBuf.cc
LIBSRCS += dgOutBuf.cc
LIBSRCS += casCtx.o
LIBSRCS += casCtx.cc
LIBSRCS += casEventMask.cc
LIBSRCS += ioBlocked.cc