From e3d1ed00b7018d938e69c23dc7bac3a669401508 Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Sun, 17 Aug 2025 09:20:16 +0200 Subject: [PATCH] Split and sort the list of DIST_SUBDIRS --- Makefile.am | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index f1eac5f41..9a84401b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,10 +33,24 @@ SUBDIRS = macros include lib security \ ## Static list of distributed directories. DIST_SUBDIRS = \ + $(AMP_BACKEND_LIST) \ + $(BACKEND_LIST) \ + $(RIG_BACKEND_LIST) \ $(RIG_BACKEND_OPTIONAL_LIST) \ + $(ROT_BACKEND_LIST) \ $(ROT_BACKEND_OPTIONAL_LIST) \ - macros include lib src c++ bindings tests doc android scripts simulators\ - security $(BACKEND_LIST) $(RIG_BACKEND_LIST) $(ROT_BACKEND_LIST) $(AMP_BACKEND_LIST) + android \ + bindings \ + c++ \ + doc \ + include \ + lib \ + macros \ + scripts \ + security \ + simulators \ + src \ + tests # Install any third party macros into our tree for distribution ACLOCAL_AMFLAGS = -I macros --install