From: Lars Ingebrigtsen Date: Sat, 5 Mar 2022 18:06:20 +0000 (+0100) Subject: Fix emacs-module-test after recent changes X-Git-Tag: emacs-29.0.90~2002 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d70ad7229aabec4e2fadf2f655d23de7bf60d1b9;p=emacs.git Fix emacs-module-test after recent changes * test/Makefile.in ($(test_module)): Include libgnu.a in the module test (because the module uses functions from gnulib) (bug#32452). --- diff --git a/test/Makefile.in b/test/Makefile.in index 708c4b2fb0f..79d3dcf92f8 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -285,7 +285,7 @@ $(test_module): $(test_module:${SO}=.c) ../src/emacs-module.h -o $@ $< $(LIBGMP) \ $(and $(GMP_H),$(srcdir)/../lib/mini-gmp-gnulib.c) \ $(FREE_SOURCE_$(REPLACE_FREE)) \ - $(srcdir)/../lib/timespec.c $(srcdir)/../lib/gettime.c + ../lib/libgnu.a endif src/emacs-tests.log: ../lib-src/seccomp-filter.c