Adjust test_module to recent Gnulib changes
* test/Makefile.in ($(test_module)): Also compile lib/free.c if it is needed to define rpl_free.
This commit is contained in:
parent
ec8a17e938
commit
5880c7caab
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ $(test_module): $(test_module:${SO}=.c) ../src/emacs-module.h
|
|||
$(AM_V_CCLD)$(CC) -shared $(CPPFLAGS) $(MODULE_CFLAGS) $(LDFLAGS) \
|
||||
-o $@ $< $(LIBGMP) \
|
||||
$(and $(GMP_H),$(srcdir)/../lib/mini-gmp-gnulib.c) \
|
||||
$(if $(OMIT_GNULIB_MODULE_free-posix),,$(srcdir)/../lib/free.c) \
|
||||
$(srcdir)/../lib/timespec.c $(srcdir)/../lib/gettime.c
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue