fix broken version detection
This commit is contained in:
@ -11,12 +11,8 @@ DOCUDIR = docs
|
|||||||
|
|
||||||
PCRE=1
|
PCRE=1
|
||||||
ASYN=1
|
ASYN=1
|
||||||
ifdef EPICSVERSION
|
-include ../src/CONFIG_STREAM
|
||||||
ifndef RECORDTYPES
|
-include src/CONFIG_STREAM
|
||||||
include src/CONFIG_STREAM
|
|
||||||
export RECORDTYPES BUSSES FORMATS
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
SOURCES += $(RECORDTYPES:%=src/dev%Stream.c)
|
SOURCES += $(RECORDTYPES:%=src/dev%Stream.c)
|
||||||
SOURCES += $(FORMATS:%=src/%Converter.cc)
|
SOURCES += $(FORMATS:%=src/%Converter.cc)
|
||||||
|
Reference in New Issue
Block a user