From fbd6400186b8428e898c47a2a3fd82c1e98dee67 Mon Sep 17 00:00:00 2001 From: Stu Black Date: Thu, 23 Oct 2025 16:25:01 -0400 Subject: [PATCH] Remove stale reference to libwings_rs (which should have been deleted in a rebase). --- WPrefs.app/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/WPrefs.app/Makefile.am b/WPrefs.app/Makefile.am index 7b23e0a0..50c258eb 100644 --- a/WPrefs.app/Makefile.am +++ b/WPrefs.app/Makefile.am @@ -67,7 +67,6 @@ WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la WPrefs_LDADD = \ $(top_builddir)/wutil-rs/target/debug/libwutil_rs.a\ - $(top_builddir)/wings-rs/target/debug/libwings_rs.la\ $(top_builddir)/WINGs/libWINGs.la\ $(top_builddir)/WINGs/libWUtil.la\ $(top_builddir)/wrlib/libwraster.la \