From 3c1b4c9346933326198ce69a97b5d088dcb81ca8 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 19 Jan 2020 16:22:11 +0100 Subject: gettext: Fix locale dir This allows to load the translations. --- mate-disk-image-mounter/src/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mate-disk-image-mounter/src/Makefile.am') diff --git a/mate-disk-image-mounter/src/Makefile.am b/mate-disk-image-mounter/src/Makefile.am index 49d62803..25c7101f 100644 --- a/mate-disk-image-mounter/src/Makefile.am +++ b/mate-disk-image-mounter/src/Makefile.am @@ -6,11 +6,11 @@ mate_disk_image_mounter_SOURCES = \ main.c \ $(NULL) -mate_disk_image_mounter_CPPFLAGS = \ - -I. \ - -I$(srcdir) \ - -DG_LOG_DOMAIN=\"mate-disk-image-mounter\" \ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ +mate_disk_image_mounter_CPPFLAGS = \ + -I. \ + -I$(srcdir) \ + -DG_LOG_DOMAIN=\"mate-disk-image-mounter\" \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ $(NULL) mate_disk_image_mounter_CFLAGS = \ -- cgit v1.2.1