From a20f196f735049dac213ffbb4fdff27e6e847a11 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 22 Feb 2000 19:02:20 +0000 Subject: [PATCH] use dbIoc --- src/db/test/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/db/test/Makefile b/src/db/test/Makefile index 35d78455f..c46bbbe48 100644 --- a/src/db/test/Makefile +++ b/src/db/test/Makefile @@ -2,8 +2,7 @@ TOP=../../.. include $(TOP)/configure/CONFIG -PROD_LIBS += db dbStaticHost Com -#PROD_LIBS += db ca dbStaticHost Com +PROD_LIBS += dbIoc dbStaticHost Com callbackTestHost_SRCS += callbackTestMain.c callbackTest.c PROD += callbackTestHost