mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-08 05:04:16 -04:00
14 lines
251 B
Makefile
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
|