try adding pvaClient to src/Makefile

This commit is contained in:
mrkraimer
2021-03-31 05:58:46 -04:00
parent 7143a8585f
commit 2a4d3a15f8

View File

@ -39,6 +39,7 @@ include $(PVDATABASE_SRC)/pvAccess/Makefile
include $(PVDATABASE_SRC)/special/Makefile
include $(PVDATABASE_SRC)/support/Makefile
pvDatabase_LIBS += pvaClient
pvDatabase_LIBS += $(EPICS_BASE_PVA_CORE_LIBS)
pvDatabase_LIBS += $(EPICS_BASE_IOC_LIBS)