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