mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
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).
This commit is contained in:
parent
1e1d2f18c6
commit
d70ad7229a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue