From c60b8a1b3ea5152000ff7b782e4c55a16dd7c4fd Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Sat, 18 Jan 2020 08:38:53 -0600 Subject: [PATCH] Fix 'make distcheck' failure --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index fd1076170..b5ebaaf51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,8 +22,7 @@ SUBDIRS = macros include lib \ tests doc ## Static list of distributed directories. -DIST_SUBDIRS = macros include lib src dummy c++ bindings tests doc android\ - scripts \ +DIST_SUBDIRS = macros include lib src c++ bindings tests doc android scripts \ $(BACKEND_LIST) $(RIG_BACKEND_LIST) $(ROT_BACKEND_LIST) $(AMP_BACKEND_LIST) # Install any third party macros into our tree for distribution