autotools: add dependency of libtest and unit bundles to Makefile.inc

So that changes in libtests and unit tests are picked up.

Closes #16763
This commit is contained in:
Stefan Eissing 2025-03-19 14:48:38 +01:00 committed by Viktor Szakats
parent 08553aba97
commit 18b0a584cb
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 2 deletions

View file

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

View file

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