1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

autotools: refactor to avoid defining noinst_HEADERS

This commit is contained in:
Andy Wingo 2025-04-15 13:03:11 +02:00
parent 27d66fa349
commit 424a0cefd9

View file

@ -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 \