fix for previous change
This commit is contained in:
@ -20,7 +20,7 @@ streamApp_DBD += base.dbd
|
|||||||
|
|
||||||
# In 3.14.12 aaiRecord.dbd and aaoRecord.dbd are part of base.dbd
|
# In 3.14.12 aaiRecord.dbd and aaoRecord.dbd are part of base.dbd
|
||||||
# In earlier versions, these records are buggy and not included by default
|
# In earlier versions, these records are buggy and not included by default
|
||||||
#streamApp_DBD += aaiRecord.dbd aaoRecord.dbd
|
streamApp_DBD += aaiRecord.dbd aaoRecord.dbd
|
||||||
|
|
||||||
PROD_SRCS += streamApp_registerRecordDeviceDriver.cpp
|
PROD_SRCS += streamApp_registerRecordDeviceDriver.cpp
|
||||||
PROD_SRCS_DEFAULT = streamAppMain.cc
|
PROD_SRCS_DEFAULT = streamAppMain.cc
|
||||||
@ -41,11 +41,9 @@ endif
|
|||||||
ifneq ($(words $(CALC) $(SYNAPPS)), 0)
|
ifneq ($(words $(CALC) $(SYNAPPS)), 0)
|
||||||
# With synApps scalcout record
|
# With synApps scalcout record
|
||||||
streamApp_DBD += calcSupport.dbd
|
streamApp_DBD += calcSupport.dbd
|
||||||
streamApp_DBD += streamSynApps.dbd
|
|
||||||
PROD_LIBS += calc
|
PROD_LIBS += calc
|
||||||
# older calc versions require sscan
|
# older calc versions require sscan
|
||||||
#PROD_LIBS += sscan
|
#PROD_LIBS += sscan
|
||||||
PROD_LIBS_DEFAULT += streamSynApps
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
streamApp_DBD += stream.dbd
|
streamApp_DBD += stream.dbd
|
||||||
|
Reference in New Issue
Block a user