From 0c5c34f8a5515b0064635f9b2e6f210c01280eca Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Sun, 19 Jan 2025 16:15:19 -0600 Subject: [PATCH] Another attempt to fix github build --- bindings/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 6bc959b8f..2904f3a55 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -107,7 +107,8 @@ myhamlib_PYTHON = \ nodist_myhamlib_PYTHON = Hamlib.py -Hamlib.py: hamlib_wrap.c +Hamlib.py: hamlibpy_wrap.c + @true # Place them in the exact same directory as the extension: $(pyexecdir)/Hamlib myhamlibdir = $(pyexecdir)/Hamlib @@ -122,7 +123,6 @@ EXTRA_DIST += \ all-py: install-py: -Hamlib.py: @true ############################################################################## # 4. Remove any custom 'install-py:' or 'install-exec-local: install-py'