1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00
elinks/src/intl/Makefile
2020-08-09 19:46:50 +02:00

11 lines
180 B
Makefile

top_builddir=../..
include $(top_builddir)/Makefile.config
SUBDIRS-$(CONFIG_NLS) += gettext
OBJS = charsets.o
OBJS-$(CONFIG_UTF8) += width.o
include $(top_srcdir)/Makefile.lib