mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Fix the mailcap test program's dependency on gettext
This commit is contained in:
parent
91e8fdf34b
commit
3f659f7876
@ -26,6 +26,7 @@ TESTDEPS = \
|
||||
$(top_builddir)/src/util/string.o \
|
||||
$(top_builddir)/src/util/time.o
|
||||
|
||||
TESTDEPS-$(CONFIG_NLS) += $(top_builddir)/src/intl/gettext/lib.o
|
||||
TESTDEPS-$(CONFIG_DEBUG) += $(top_builddir)/src/util/memdebug.o
|
||||
|
||||
include $(top_srcdir)/Makefile.lib
|
||||
|
@ -684,7 +684,8 @@ struct module mailcap_mime_module = struct_module(
|
||||
/* Some ugly shortcuts for getting defined symbols to work. */
|
||||
int default_mime_backend,
|
||||
install_signal_handler,
|
||||
mimetypes_mime_backend;
|
||||
mimetypes_mime_backend,
|
||||
program;
|
||||
struct list_head terminals;
|
||||
|
||||
void die(const char *msg, ...)
|
||||
|
Loading…
Reference in New Issue
Block a user