From 7578472e39bbf4f23985a30858e1b7d324b39c9a Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 25 Jan 2021 21:55:28 +0100 Subject: build: allow users to disable gettext support (--disable-nls) --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 084ca65..14434e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,8 @@ -SUBDIRS = po libmenu desktop-directories layout util +if USE_NLS +PO_SUBDIR = po +endif + +SUBDIRS = $(PO_SUBDIR) libmenu desktop-directories layout util ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -- cgit v1.2.1