1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-26 02:46:13 -04: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=. top_builddir=.
-include $(top_builddir)/Makefile.config -include $(top_builddir)/Makefile.config
SUBDIRS = doc po src SUBDIRS = doc src
SUBDIRS-$(CONFIG_NLS) += po
CLEAN = features.log CLEAN = features.log
all-recursive: config.h all-recursive: config.h