need server.h for iocmon
This commit is contained in:
19
install_server_h.patch
Normal file
19
install_server_h.patch
Normal file
@@ -0,0 +1,19 @@
|
||||
Index: src/rsrv/Makefile
|
||||
===================================================================
|
||||
RCS file: /cvs/G/EPICS/base-3.14.12/src/rsrv/Makefile,v
|
||||
retrieving revision 1.1
|
||||
retrieving revision 1.2
|
||||
diff -c -r1.1 -r1.2
|
||||
*** src/rsrv/Makefile 29 Nov 2010 10:38:07 -0000 1.1
|
||||
--- src/rsrv/Makefile 1 Jul 2011 14:54:35 -0000 1.2
|
||||
***************
|
||||
*** 14,19 ****
|
||||
--- 14,21 ----
|
||||
|
||||
INC += rsrv.h
|
||||
INC += rsrvIocRegister.h
|
||||
+ # The following is used by iocmon
|
||||
+ INC += server.h
|
||||
|
||||
LIB_SRCS += caserverio.c
|
||||
LIB_SRCS += caservertask.c
|
||||
Reference in New Issue
Block a user