We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91f67d2 + 1462d0d commit bc98a17Copy full SHA for bc98a17
pmacApp/pmacAsynIPPortSrc/Makefile
@@ -8,6 +8,10 @@ DBD = pmacAsynIPPort.dbd
8
INC += pmacAsynIPPort.h
9
10
LIBRARY = pmacAsynIPPort
11
-pmacAsynIPPort_SRCS = pmacAsynIPPort.c
+pmacAsynIPPort_SRCS = pmacAsynIPPort.c
12
+
13
+pmacAsynIPPort_LIBS += asyn
14
+pmacAsynIPPort_LIBS += $(EPICS_BASE_IOC_LIBS)
15
+pmacAsynIPPort_SYS_LIBS_WIN32 += ws2_32
16
17
include $(TOP)/configure/RULES
0 commit comments