wingo pushed a commit to branch wip-whippet in repository guile. commit 424a0cefd9f1793e0a84bd29f010ef1fad92d531 Author: Andy Wingo <wi...@igalia.com> AuthorDate: Tue Apr 15 13:03:11 2025 +0200
autotools: refactor to avoid defining noinst_HEADERS --- embed.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/embed.am b/embed.am index af49e5ead..caa701af6 100644 --- a/embed.am +++ b/embed.am @@ -177,7 +177,8 @@ libwhippet_la_CFLAGS += $(WHIPPET_IMPL_CFLAGS) libwhippet_la_LDFLAGS = $(libwhippet_common_la_LDFLAGS) $(WHIPPET_LIBS) libwhippet_la_LIBADD = libwhippet-common.la -noinst_HEADERS = \ +# Header files that are part of Whippet's API. Not installed, though. +libwhippet_la_SOURCES += \ %D%/api/bdw-attrs.h \ %D%/api/gc-allocation-kind.h \ %D%/api/gc-api.h \