install headers needed by the ca gateway

This commit is contained in:
zimoch
2012-01-12 16:52:45 +00:00
parent 4def6ebbdf
commit 176e5c2d80
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
Index: src/cas/build/Makefile
===================================================================
RCS file: /cvs/G/EPICS/base-3.14.12/src/cas/build/Makefile,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 Makefile
28a29,30
> INC += casCtx.h
> INC += caHdrLargeArray.h
+2
View File
@@ -26,6 +26,8 @@ SRC_DIRS += $(CA)
INC += casdef.h
INC += casEventMask.h
INC += caNetAddr.h
INC += casCtx.h
INC += caHdrLargeArray.h
LIBSRCS += caServer.cc
LIBSRCS += caServerI.cc