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