diff --git a/modules/Makefile b/modules/Makefile index 8ad33f0c0..1b811e50c 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -17,7 +17,7 @@ database_DEPEND_DIRS = ca # Submodules for bundle build SUBMODULES += pvData -pvData_DEPEND_DIRS = libcom +pvData_DEPEND_DIRS = libcom database SUBMODULES += pvAccess pvAccess_DEPEND_DIRS = pvData database diff --git a/modules/Makefile.local b/modules/Makefile.local index 862190ee5..d48450a14 100644 --- a/modules/Makefile.local +++ b/modules/Makefile.local @@ -1,2 +1,2 @@ SUBMODULES += pcas -pcas_DEPEND_DIRS = ca +pcas_DEPEND_DIRS = libcom ca