From f71d0a8d3c5ea98b9ec96e02959b9836f0ba104c Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 2 Nov 2017 14:01:17 -0500 Subject: [PATCH] another missing libdep --- testApp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testApp/Makefile b/testApp/Makefile index 2c3046b..fe01b35 100644 --- a/testApp/Makefile +++ b/testApp/Makefile @@ -41,7 +41,7 @@ TESTS += testmon TESTPROD_HOST += testpvif testpvif_SRCS += testpvif.cpp testpvif_SRCS += p2pTestIoc_registerRecordDeviceDriver.cpp -testpvif_LIBS += qsrv pvAccess pvData +testpvif_LIBS += testutils qsrv pvAccess pvData testpvif_LIBS += $(EPICS_BASE_IOC_LIBS) TESTS += testpvif