]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
autotools: add dependency of libtest and unit bundles to Makefile.inc
authorStefan Eissing <stefan@eissing.org>
Wed, 19 Mar 2025 13:48:38 +0000 (14:48 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 20 Mar 2025 10:28:56 +0000 (11:28 +0100)
So that changes in libtests and unit tests are picked up.

Closes #16763

tests/libtest/Makefile.am
tests/unit/Makefile.am

index b2f980c339074191f0c95b7f95faff64f7b8bead..924fba156418b64fa7eff5dbff4a4a806ecd7124 100644 (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
index e9360447b4d9667672fb65a22fb2e98718d7c085..0e7605e7ee795d7bc287616e7d9f76ef44f4fb2a 100644 (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