From d873d220dc1c395d16eb0ec790832040941d4cf3 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 27 Nov 2018 09:36:53 +0100 Subject: [PATCH] fix broken version detection --- GNUmakefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 523766c..9d07327 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -11,12 +11,8 @@ DOCUDIR = docs PCRE=1 ASYN=1 -ifdef EPICSVERSION -ifndef RECORDTYPES -include src/CONFIG_STREAM -export RECORDTYPES BUSSES FORMATS -endif -endif +-include ../src/CONFIG_STREAM +-include src/CONFIG_STREAM SOURCES += $(RECORDTYPES:%=src/dev%Stream.c) SOURCES += $(FORMATS:%=src/%Converter.cc)