From be03885101827781761f3df2537c9283bd630648 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Wed, 15 Sep 2021 23:59:31 -0500 Subject: [PATCH] Add Makefile to simulators --- Makefile.am | 2 +- configure.ac | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 57e711b7b..520d758e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index 6aa937e17..21d988473 100644 --- a/configure.ac +++ b/configure.ac @@ -870,6 +870,7 @@ tests/Makefile scripts/Makefile android/Makefile amplifiers/elecraft/Makefile +simulators/Makefile hamlib.pc ])