mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 13:38:43 +02:00
build: use common locale directory for building nmtui
All other places use $(nmlocaledir) variable.
This commit is contained in:
parent
e5d1a71396
commit
d63cf1ef2f
1 changed files with 1 additions and 1 deletions
|
|
@ -3750,7 +3750,7 @@ clients_tui_nmtui_CPPFLAGS = \
|
||||||
$(NEWT_CFLAGS) \
|
$(NEWT_CFLAGS) \
|
||||||
-DG_LOG_DOMAIN=\""nmtui"\" \
|
-DG_LOG_DOMAIN=\""nmtui"\" \
|
||||||
-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_CLIENT \
|
-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_CLIENT \
|
||||||
-DNMLOCALEDIR=\""$(localedir)"\"
|
-DNMLOCALEDIR=\""$(nmlocaledir)"\"
|
||||||
|
|
||||||
clients_tui_nmtui_LDFLAGS = \
|
clients_tui_nmtui_LDFLAGS = \
|
||||||
-Wl,--version-script="$(srcdir)/linker-script-binary.ver" \
|
-Wl,--version-script="$(srcdir)/linker-script-binary.ver" \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue