From 7ed68176a12b781143cf80348e16f0ce74dd9d2a Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Sat, 25 May 2019 09:59:38 -0500 Subject: build: use localedir instead of DATADIRNAME Signed-off-by: Marty E. Plummer --- libmate-desktop/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmate-desktop/Makefile.am b/libmate-desktop/Makefile.am index de346b2..b6698e5 100644 --- a/libmate-desktop/Makefile.am +++ b/libmate-desktop/Makefile.am @@ -24,7 +24,7 @@ AM_CPPFLAGS = \ $(XLIB_CFLAGS) \ $(DCONF_CFLAGS) \ -DG_LOG_DOMAIN=\"MateDesktop\" \ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale\"" \ + -DMATELOCALEDIR=\""$(localedir)\"" \ -DPNP_IDS=\""$(PNP_IDS)"\" \ -DISO_CODES_PREFIX=\""$(ISO_CODES_PREFIX)"\" \ $(DISABLE_DEPRECATED_CFLAGS) -- cgit v1.2.1