Revert "Sort SUBDIRS and DIST_SUBDIRS and fix them"

This reverts commit d065bcb8ef.

Conflicts:
	Makefile.am
pull/1795/head
Daniele Forsi IU5HKX 2025-07-05 19:44:54 +02:00
rodzic 3706f365a5
commit 98489501fe
1 zmienionych plików z 8 dodań i 15 usunięć

Wyświetl plik

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