1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-25 02:36:23 -04:00
elinks/src/intl/Makefile

14 lines
251 B
Makefile
Raw Permalink Normal View History

2005-10-19 22:00:35 -04:00
top_builddir=../..
include $(top_builddir)/Makefile.config
2021-08-08 16:04:52 -04:00
ifeq ($(CONFIG_GETTEXT), no)
SUBDIRS-$(CONFIG_NLS) += gettext
2021-08-08 16:04:52 -04:00
endif
OBJS = charsets.o
2021-08-08 16:04:52 -04:00
OBJS-$(CONFIG_GETTEXT) += libintl.o
OBJS-$(CONFIG_UTF8) += width.o
include $(top_srcdir)/Makefile.lib