From d63cf1ef2faba57595112a82e962b9643cce4718 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 30 May 2018 12:09:15 +0200 Subject: [PATCH] build: use common locale directory for building nmtui All other places use $(nmlocaledir) variable. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d769fecc50..85e225c0d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3750,7 +3750,7 @@ clients_tui_nmtui_CPPFLAGS = \ $(NEWT_CFLAGS) \ -DG_LOG_DOMAIN=\""nmtui"\" \ -DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_CLIENT \ - -DNMLOCALEDIR=\""$(localedir)"\" + -DNMLOCALEDIR=\""$(nmlocaledir)"\" clients_tui_nmtui_LDFLAGS = \ -Wl,--version-script="$(srcdir)/linker-script-binary.ver" \