Skip to content

Commit

Permalink
Add amplifier.swg to Makefile.am
Browse files Browse the repository at this point in the history
#367

(cherry picked from commit 741499c)
  • Loading branch information
mdblack98 authored and N0NB committed Sep 7, 2020
1 parent 8c6596a commit d4c3646
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bindings/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit d4c3646

Please sign in to comment.