Fixes for 3.15
This commit is contained in:
@ -31,8 +31,8 @@ PROD_LIBS = stream
|
|||||||
ifdef ASYN
|
ifdef ASYN
|
||||||
# edit asynRegistrars.dbd if necessary
|
# edit asynRegistrars.dbd if necessary
|
||||||
streamApp_DBD += asynRegistrars.dbd
|
streamApp_DBD += asynRegistrars.dbd
|
||||||
# add asyn.dbd if you want to have asyn Record and asyn device supports
|
# add asynRecord.dbd if you like
|
||||||
# streamApp_DBD += asyn.dbd
|
streamApp_DBD += asynRecord.dbd
|
||||||
PROD_LIBS += asyn
|
PROD_LIBS += asyn
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ CPPFLAGS += -DDEBUGFILE=StreamDebug.log
|
|||||||
|
|
||||||
include $(TOP)/configure/RULES
|
include $(TOP)/configure/RULES
|
||||||
|
|
||||||
ifeq ($(EPICS_REVISION),14)
|
ifeq ($(BASE_3_14), YES)
|
||||||
clean:: myclean
|
clean:: myclean
|
||||||
else
|
else
|
||||||
clean: myclean
|
clean: myclean
|
||||||
|
Reference in New Issue
Block a user