mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Fix the mailcap test program's dependency on gettext
This commit is contained in:
parent
b53efd138b
commit
1d516527ca
@ -26,6 +26,7 @@ TESTDEPS = \
|
|||||||
$(top_builddir)/src/util/string.o \
|
$(top_builddir)/src/util/string.o \
|
||||||
$(top_builddir)/src/util/time.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
|
TESTDEPS-$(CONFIG_DEBUG) += $(top_builddir)/src/util/memdebug.o
|
||||||
|
|
||||||
include $(top_srcdir)/Makefile.lib
|
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. */
|
/* Some ugly shortcuts for getting defined symbols to work. */
|
||||||
int default_mime_backend,
|
int default_mime_backend,
|
||||||
install_signal_handler,
|
install_signal_handler,
|
||||||
mimetypes_mime_backend;
|
mimetypes_mime_backend,
|
||||||
|
program;
|
||||||
struct list_head terminals;
|
struct list_head terminals;
|
||||||
|
|
||||||
void die(const char *msg, ...)
|
void die(const char *msg, ...)
|
||||||
|
Loading…
Reference in New Issue
Block a user