From 8b37a8644603a6e9b731dc8fdf2f184807af8f7e Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 6 Mar 2000 22:14:42 +0000 Subject: [PATCH] Added dirs for libraries. --- src/db/test/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/db/test/Makefile b/src/db/test/Makefile index c46bbbe48..d4cdba1b0 100644 --- a/src/db/test/Makefile +++ b/src/db/test/Makefile @@ -3,6 +3,8 @@ TOP=../../.. include $(TOP)/configure/CONFIG PROD_LIBS += dbIoc dbStaticHost Com +dbIoc_DIR=$(INSTALL_LIB) +dbStaticHost_DIR=$(INSTALL_LIB) callbackTestHost_SRCS += callbackTestMain.c callbackTest.c PROD += callbackTestHost