summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-03-05 19:06:20 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2022-03-05 19:06:20 +0100
commitd70ad7229aabec4e2fadf2f655d23de7bf60d1b9 (patch)
tree7e239a755d0e19eb21c4547decd481c0f5777012 /test/Makefile.in
parent1e1d2f18c6d797f7e49a71f998a82cb255b8bb58 (diff)
downloademacs-d70ad7229aabec4e2fadf2f655d23de7bf60d1b9.tar.gz
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).
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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