1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

Fix by fonseca to avoid building in po if !CONFIG_NLS.

This commit is contained in:
Russ Rowan 2005-10-30 02:01:25 -05:00
parent a5d205c047
commit 3ace3a50e1

View File

@ -1,7 +1,8 @@
top_builddir=.
-include $(top_builddir)/Makefile.config
SUBDIRS = doc po src
SUBDIRS = doc src
SUBDIRS-$(CONFIG_NLS) += po
CLEAN = features.log
all-recursive: config.h