Sort SUBDIRS and DIST_SUBDIRS and fix them

"security" was added twice to SUBDIRS and BACKEND_LIST is not set
by configure.
pull/1795/head
Daniele Forsi IU5HKX 2025-07-03 23:06:02 +02:00
rodzic 623ff17f61
commit d065bcb8ef
1 zmienionych plików z 17 dodań i 8 usunięć

Wyświetl plik

@ -13,19 +13,28 @@ EXTRA_DIST = PLAN LICENSE hamlib.m4 hamlib.pc.in README.md README.developer \
doc_DATA = ChangeLog COPYING COPYING.LIB LICENSE \ doc_DATA = ChangeLog COPYING COPYING.LIB LICENSE \
README.md README.betatester README.developer README.md README.betatester README.developer
SUBDIRS = macros include lib security \ SUBDIRS = \
$(BACKEND_LIST) \ $(AMP_BACKEND_LIST) \
$(BINDINGS) \
$(RIG_BACKEND_LIST) \ $(RIG_BACKEND_LIST) \
$(ROT_BACKEND_LIST) \ $(ROT_BACKEND_LIST) \
$(AMP_BACKEND_LIST) \ doc \
security \ include \
lib \
macros \
security \
src \ src \
$(BINDINGS) \ tests
tests doc
## Static list of distributed directories. ## Static list of distributed directories.
DIST_SUBDIRS = macros include lib src c++ bindings tests doc android scripts rotators/indi simulators\ DIST_SUBDIRS = \
security $(BACKEND_LIST) $(RIG_BACKEND_LIST) $(ROT_BACKEND_LIST) $(AMP_BACKEND_LIST) $(SUBDIRS) \
android \
bindings \
c++ \
rotators/indi \
scripts \
simulators
# Install any third party macros into our tree for distribution # Install any third party macros into our tree for distribution
ACLOCAL_AMFLAGS = -I macros --install ACLOCAL_AMFLAGS = -I macros --install