From 60d292b3ea16db2d3ef012e068cf4f7140a639ca Mon Sep 17 00:00:00 2001 From: zimoch Date: Tue, 18 Oct 2011 14:54:35 +0000 Subject: [PATCH] calcout support was missing --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index de6d8c9..e34dba7 100644 --- a/makefile +++ b/makefile @@ -34,7 +34,6 @@ SOURCES += $(FORMATS:%=src/%Converter.cc) SOURCES += $(BUSSES:%=src/%Interface.cc) SOURCES += $(wildcard src/Stream*.cc) SOURCES += src/StreamVersion.c -SOURCES_3.14 += src/devcalcoutStream.c HEADERS += StreamFormat.h HEADERS += StreamFormatConverter.h @@ -44,6 +43,9 @@ HEADERS += StreamError.h ifeq (${EPICS_BASETYPE},3.13) USR_INCLUDES += -include $(INSTALL_INCLUDE)/compat3_13.h endif +ifeq (${EPICS_BASETYPE},3.14) +RECORDTYPES += calcout +endif StreamCore.o: streamReferences