From 4b99a3d268212daab04c7bdb3bf96e44816725c5 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 16 Apr 2001 22:36:59 +0000 Subject: [PATCH] installed epics_auto_ptr.h --- src/libCom/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libCom/Makefile b/src/libCom/Makefile index 93168fe36..0cdb34fe6 100644 --- a/src/libCom/Makefile +++ b/src/libCom/Makefile @@ -41,6 +41,7 @@ INC += epicsAlgorithm.h INC += epicsExcept.h INC += epicsList.h INC += epicsListBase.h +INC += epics_auto_ptr.h SRCS += epicsListBase.cpp # From cxxTemplates