From 2f49aeed7297af46eec92e544c8ea28be67f2c3b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 9 Jun 2026 12:09:21 -0400 Subject: [PATCH] libopendkim/tests/Makefile.am: add rule for ../libopendkim.la In a fresh build, "make check" won't know how to build this library unless we tell it. --- libopendkim/tests/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libopendkim/tests/Makefile.am b/libopendkim/tests/Makefile.am index 4817ef85..e8cb6422 100644 --- a/libopendkim/tests/Makefile.am +++ b/libopendkim/tests/Makefile.am @@ -6,6 +6,12 @@ if DEBUG AM_CFLAGS += -g endif +# Ensure that there is a rule for this _in the subdirectory_, so that +# a bare "make check" knows what to do in an empty tree. +../libopendkim.la: + $(MAKE) -C ../ libopendkim.la + + LDADD = ../libopendkim.la $(COV_LIBADD) $(LIBCRYPTO_LIBS) $(LIBRESOLV) AM_CPPFLAGS = -I..