From bfdce275ee51b0bba600bbf94bf292c7bc52389c Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Wed, 18 Nov 2020 16:40:21 -0600 Subject: [PATCH] Fix make distcheck for rotators/indi --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0e6c93f28..a509dc7bf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ SUBDIRS = macros include lib \ tests doc ## Static list of distributed directories. -DIST_SUBDIRS = macros include lib src c++ bindings tests doc android scripts \ +DIST_SUBDIRS = macros include lib src c++ bindings tests doc android scripts rotators/indi \ $(BACKEND_LIST) $(RIG_BACKEND_LIST) $(ROT_BACKEND_LIST) $(AMP_BACKEND_LIST) # Install any third party macros into our tree for distribution