Skip to content

Commit 1462d0d

Browse files
Add library dependencies for pmacAsynIPPort
1 parent 91f67d2 commit 1462d0d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pmacApp/pmacAsynIPPortSrc/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ DBD = pmacAsynIPPort.dbd
88
INC += pmacAsynIPPort.h
99

1010
LIBRARY = pmacAsynIPPort
11-
pmacAsynIPPort_SRCS = pmacAsynIPPort.c
11+
pmacAsynIPPort_SRCS = pmacAsynIPPort.c
12+
13+
pmacAsynIPPort_LIBS += asyn
14+
pmacAsynIPPort_LIBS += $(EPICS_BASE_IOC_LIBS)
15+
pmacAsynIPPort_SYS_LIBS_WIN32 += ws2_32
1216

1317
include $(TOP)/configure/RULES

0 commit comments

Comments
 (0)