diff options
Diffstat (limited to 'libmate-desktop/Makefile.am')
-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) |