1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00

mailcap, make test: Compilation fix.

This commit is contained in:
Witold Filipczyk 2007-09-09 13:17:45 +02:00 committed by Witold Filipczyk
parent c57cd5c343
commit b1162b743e

View File

@ -16,7 +16,8 @@ mailcap-cache.o: mailcap.c
TESTDEPS = \
common.o \
$(top_builddir)/src/osdep/osdep.o
$(top_builddir)/src/osdep/osdep.o \
$(top_builddir)/src/util/env.o
TESTDEPS-$(CONFIG_NLS) += $(top_builddir)/src/intl/gettext/lib.o