We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677781a commit 782b8f6Copy full SHA for 782b8f6
ADApp/commonDriverMakefile
@@ -39,7 +39,9 @@ endif
39
40
ifeq ($(WITH_PVXS),YES)
41
$(DBD_NAME)_DBD += NDPluginPvxs.dbd
42
+ $(DBD_NAME)_DBD += pvxsIoc.dbd
43
PROD_LIBS += pvxs
44
+ PROD_LIBS += pvxsIoc
45
PROD_LIBS += ntndArrayConverterPvxs
46
endif
47
ADApp/commonLibraryMakefile
@@ -13,8 +13,6 @@ endif
13
14
15
LIB_LIBS += ntndArrayConverterPvxs
16
- LIB_LIBS += pvxs
17
- LIB_LIBS += pvxsIoc
18
19
20
ifeq ($(WITH_NETCDF),YES)
0 commit comments