From 741499c2609ee67982e8d3afbcb62e9e41f3ceec Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Mon, 7 Sep 2020 09:59:32 -0500 Subject: [PATCH] Add amplifier.swg to Makefile.am https://github.com/Hamlib/Hamlib/issues/367 --- bindings/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bindings/Makefile.am b/bindings/Makefile.am index a3b590f6a..b01407a83 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -9,13 +9,15 @@ AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/bindings $(PYTHON_CPPFLAGS) \ AM_CFLAGS = -fno-strict-aliasing AM_CXXFLAGS = -O2 -SWGFILES = hamlib.swg ignore.swg rig.swg rotator.swg +SWGFILES = hamlib.swg ignore.swg rig.swg rotator.swg amplifier.swg SWGDEP = \ $(top_srcdir)/include/hamlib/rig.h \ $(top_srcdir)/include/hamlib/riglist.h \ $(top_srcdir)/include/hamlib/rotator.h \ $(top_srcdir)/include/hamlib/rotlist.h \ + $(top_srcdir)/include/hamlib/amplifier.h \ + $(top_srcdir)/include/hamlib/amplist.h \ $(SWGFILES) EXTRA_DIST = $(SWGFILES) \