wingo pushed a commit to branch wip-whippet in repository guile. commit 185804dc4110e0576aea54a7ac2a4f02b58f9406 Author: Andy Wingo <wi...@igalia.com> AuthorDate: Wed Apr 16 12:44:30 2025 +0200
Fix embed.am to not have libwhippet-common.la --- embed.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embed.am b/embed.am index 10e30eb10..d59dbd06f 100644 --- a/embed.am +++ b/embed.am @@ -42,7 +42,7 @@ # Getting all of this in there is gnarly. See the example configure.ac # for one take on the topic. -noinst_LTLIBRARIES += libwhippet-common.la libwhippet.la +noinst_LTLIBRARIES += libwhippet.la libwhippet_la_SOURCES = \ %D%/api/bdw-attrs.h \