summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-25 21:55:28 +0100
committerraveit65 <[email protected]>2021-02-07 14:10:56 +0100
commit7578472e39bbf4f23985a30858e1b7d324b39c9a (patch)
tree049de08e10e7ca08520a1a32594555dd0bfe1340 /Makefile.am
parente1431577975f16550213502f5e6767db240c5124 (diff)
downloadmate-menus-7578472e39bbf4f23985a30858e1b7d324b39c9a.tar.bz2
mate-menus-7578472e39bbf4f23985a30858e1b7d324b39c9a.tar.xz
build: allow users to disable gettext support (--disable-nls)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
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}