# HG changeset patch # User John Donoghue # Date 1602248823 14400 # Node ID b54b1a7533acfa399c92e60f97b4a63f4f13ecfd # Parent ae03e5272111ea6246fcb9df81f9cbe7a489fa26 Update dist rules for biosig and libb64 * binary-dist-rules.mk: rename libbiosig to biosig * dist-files.mk: rename libbiosig to biosig, add libb64 diff -r ae03e5272111 -r b54b1a7533ac binary-dist-rules.mk --- a/binary-dist-rules.mk Sun Aug 30 13:16:09 2020 +0200 +++ b/binary-dist-rules.mk Fri Oct 09 09:07:03 2020 -0400 @@ -52,7 +52,7 @@ # other packages we want to include WINDOWS_BINARY_DIST_DEPS += \ - libbiosig + biosig endif BINARY_DIST_DEPS := \ diff -r ae03e5272111 -r b54b1a7533ac dist-files.mk --- a/dist-files.mk Sun Aug 30 13:16:09 2020 +0200 +++ b/dist-files.mk Fri Oct 09 09:07:03 2020 -0400 @@ -15,6 +15,7 @@ aubio-1-fix-pkg-config.patch \ aubio.mk \ bfd.mk \ + biosig.mk \ blas.mk \ blas_switch.mk \ boost-1-intrinsics-fix.patch \ @@ -223,7 +224,7 @@ libarchive.mk \ libass-test.c \ libass.mk \ - libbiosig.mk \ + libb64.mk \ libcdio.mk \ libcroco.mk \ libdnet-1-fixes.patch \