]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix emacs-module-test after recent changes
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 5 Mar 2022 18:06:20 +0000 (19:06 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 5 Mar 2022 18:06:20 +0000 (19:06 +0100)
* test/Makefile.in ($(test_module)): Include libgnu.a in the
module test (because the module uses functions from gnulib)
(bug#32452).

test/Makefile.in

index 708c4b2fb0f407c7f353f11096e652a7b58e470e..79d3dcf92f8151f291014c46876975386138b91b 100644 (file)
@@ -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