From 0ff5527f5b057d26e75ea7c44ec4ea809c140cdc Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 8 Feb 2021 11:13:05 +0100 Subject: build: allow users to disable gettext support (--disable-nls) --- Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6c4f1be..ed65310 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,13 +7,17 @@ else CAJA = endif +if USE_NLS +PO_SUBDIR = po +endif + SUBDIRS = \ mate-submodules \ data \ src \ help \ - $(CAJA) \ - po + $(CAJA) \ + $(PO_SUBDIR) distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' -- cgit v1.2.1