Skip to content

Commit e09586b

Browse files
committed
proper library adds
1 parent 5c26372 commit e09586b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

iocs/stdTestIOC/stdTestApp/src/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ $(PROD_NAME)_SRCS_vxWorks += -nil-
1515
$(PROD_NAME)_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary
1616

1717
$(PROD_NAME)_LIBS += $(STD_IOC_LIBS)
18+
19+
# Transitive dependencies of std.
20+
# Replace with $(MODULE_IOC_LIBS) as each module adopts cfg-deps.
21+
$(PROD_NAME)_LIBS += seq pv asyn
22+
1823
$(PROD_NAME)_LIBS += $(EPICS_BASE_IOC_LIBS)
1924

2025
include $(TOP)/configure/RULES

0 commit comments

Comments
 (0)