From 411a60c32d269d6bf6dfcf2f4af23e4565a86aeb Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 16 Jun 2017 12:44:10 -0500 Subject: [PATCH] Add missing link libraries --- src/ioc/as/Makefile | 2 +- src/ioc/dbtemplate/test/Makefile | 2 +- src/std/filters/test/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ioc/as/Makefile b/src/ioc/as/Makefile index 971e6a594..303ede094 100644 --- a/src/ioc/as/Makefile +++ b/src/ioc/as/Makefile @@ -23,5 +23,5 @@ dbCore_SRCS += asIocRegister.c PROD_HOST += ascheck ascheck_SRCS = ascheck.c -ascheck_LIBS = dbCore +ascheck_LIBS = dbCore ca Com diff --git a/src/ioc/dbtemplate/test/Makefile b/src/ioc/dbtemplate/test/Makefile index 30e748983..fb03b54cf 100644 --- a/src/ioc/dbtemplate/test/Makefile +++ b/src/ioc/dbtemplate/test/Makefile @@ -11,7 +11,7 @@ include $(TOP)/configure/CONFIG TESTPROD_HOST_DEFAULT = dbltExpand TESTPROD_HOST_WIN32 = -nil- dbltExpand_SRCS += dbltExpand.c -dbltExpand_LIBS += dbCore Com +dbltExpand_LIBS += dbCore ca Com TESTS += msi diff --git a/src/std/filters/test/Makefile b/src/std/filters/test/Makefile index 5c17d7fe6..6e6ad79c6 100644 --- a/src/std/filters/test/Makefile +++ b/src/std/filters/test/Makefile @@ -14,7 +14,7 @@ TESTLIBRARY = Recs Recs_SRCS += xRecord.c Recs_SRCS += arrRecord.c -Recs_LIBS += dbCore Com +Recs_LIBS += dbCore ca Com PROD_LIBS = Recs dbRecStd dbCore ca Com