From f08fcfdb3917f33b65a8c2d13790f29e965e28ea Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 8 Jan 2026 16:29:15 +0100 Subject: [PATCH] fix dir dependencies --- modules/Makefile | 2 +- modules/Makefile.local | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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