From 62dd1dfef8f312d991f18f50c1c09cac16d0b674 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 14 Mar 2000 23:16:43 +0000 Subject: [PATCH] link with the db library --- src/as/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/as/Makefile b/src/as/Makefile index 2ba8a7670..419fb7df0 100644 --- a/src/as/Makefile +++ b/src/as/Makefile @@ -13,8 +13,8 @@ asIoc_SRCS += asCa.c LIBRARY_HOST = asHost LIBRARY_IOC = asIoc -asHost_DLL_LIBS = Com -asIoc_DLL_LIBS = dbStaticIoc ca Com +asHost_DLL_LIBS = dbHost dbStaticHost ca Com +asIoc_DLL_LIBS = dbIoc dbStaticIoc ca Com asHost_DIR=. PROD_LIBS = asHost dbStaticHost Com