diff options
author | rbuj <[email protected]> | 2020-01-19 16:22:11 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-20 21:17:21 +0100 |
commit | 3c1b4c9346933326198ce69a97b5d088dcb81ca8 (patch) | |
tree | 6afeb51ef9144c116568bf17976e82a867983a9f /mate-disk-image-mounter/src/Makefile.am | |
parent | 519672fb4f48411bc17e92b9c8c852fe6f29177c (diff) | |
download | mate-utils-3c1b4c9346933326198ce69a97b5d088dcb81ca8.tar.bz2 mate-utils-3c1b4c9346933326198ce69a97b5d088dcb81ca8.tar.xz |
gettext: Fix locale dir
This allows to load the translations.
Diffstat (limited to 'mate-disk-image-mounter/src/Makefile.am')
-rw-r--r-- | mate-disk-image-mounter/src/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
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 = \ |