From 18b0a584cb0d899d1af0fbe1ccfafac9811ed149 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 19 Mar 2025 14:48:38 +0100 Subject: [PATCH] autotools: add dependency of libtest and unit bundles to Makefile.inc So that changes in libtests and unit tests are picked up. Closes #16763 --- tests/libtest/Makefile.am | 2 +- tests/unit/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index b2f980c339..924fba1564 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -96,7 +96,7 @@ libstubgss_la_DEPENDENCIES = endif if USE_TEST_BUNDLES -libtest_bundle.c: $(top_srcdir)/tests/mk-bundle.pl $(FIRSTFILES) lib1521.c +libtest_bundle.c: $(top_srcdir)/tests/mk-bundle.pl Makefile.inc $(FIRSTFILES) lib1521.c @PERL@ $(top_srcdir)/tests/mk-bundle.pl $(srcdir) > libtest_bundle.c noinst_PROGRAMS = libtests diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index e9360447b4..0e7605e7ee 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -60,7 +60,7 @@ endif if BUILD_UNITTESTS if USE_TEST_BUNDLES -unit_bundle.c: $(top_srcdir)/tests/mk-bundle.pl +unit_bundle.c: $(top_srcdir)/tests/mk-bundle.pl Makefile.inc @PERL@ $(top_srcdir)/tests/mk-bundle.pl $(srcdir) > unit_bundle.c noinst_PROGRAMS = units