diff options
author | Marty E. Plummer <[email protected]> | 2019-05-25 09:59:38 -0500 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-25 21:39:59 +0200 |
commit | 7ed68176a12b781143cf80348e16f0ce74dd9d2a (patch) | |
tree | 9d84351faf43541fb985c6eebcac5591fb9dd356 /libmate-desktop | |
parent | 7db1a953a39dc89585ae12fb6632a05fd04be5cd (diff) | |
download | mate-desktop-7ed68176a12b781143cf80348e16f0ce74dd9d2a.tar.bz2 mate-desktop-7ed68176a12b781143cf80348e16f0ce74dd9d2a.tar.xz |
build: use localedir instead of DATADIRNAME
Signed-off-by: Marty E. Plummer <[email protected]>
Diffstat (limited to 'libmate-desktop')
-rw-r--r-- | libmate-desktop/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |