Add Makefile to simulators

pull/799/head
Mike Black W9MDB 2021-09-15 23:59:31 -05:00
rodzic 12e184a0e8
commit be03885101
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ SUBDIRS = macros include lib \
tests doc
## Static list of distributed directories.
DIST_SUBDIRS = macros include lib src c++ bindings tests doc android scripts rotators/indi \
DIST_SUBDIRS = macros include lib src c++ bindings tests doc android scripts rotators/indi simulators\
$(BACKEND_LIST) $(RIG_BACKEND_LIST) $(ROT_BACKEND_LIST) $(AMP_BACKEND_LIST)
# Install any third party macros into our tree for distribution

Wyświetl plik

@ -870,6 +870,7 @@ tests/Makefile
scripts/Makefile
android/Makefile
amplifiers/elecraft/Makefile
simulators/Makefile
hamlib.pc
])