1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00
elinks/src/intl/Makefile
2021-08-08 22:04:52 +02:00

14 lines
251 B
Makefile

top_builddir=../..
include $(top_builddir)/Makefile.config
ifeq ($(CONFIG_GETTEXT), no)
SUBDIRS-$(CONFIG_NLS) += gettext
endif
OBJS = charsets.o
OBJS-$(CONFIG_GETTEXT) += libintl.o
OBJS-$(CONFIG_UTF8) += width.o
include $(top_srcdir)/Makefile.lib