From 39a65244b5c238b3ce5cdc6b25ada093213424be Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 14 Mar 2000 18:21:45 +0000 Subject: [PATCH] link DLL with CA --- src/db/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/Makefile b/src/db/Makefile index e2b53f710..45d9f0748 100644 --- a/src/db/Makefile +++ b/src/db/Makefile @@ -62,7 +62,7 @@ LIBSRCS += cvtBpt.c OBJS_IOC += iocInit LIBRARY_IOC = dbIoc -DLL_LIBS = dbStaticIoc Com +DLL_LIBS = dbStaticIoc ca Com include $(TOP)/configure/RULES